项目中有私有仓库模块时,使用 npm ci 命令的安装步骤

项目中有私有仓库模块时,使用 npm ci 命令的安装步骤:

  1. 先安装私有仓库模块:npm install <npm包名> --registry=<npm包源>
  2. 再运行命令:npm ci
原文地址:https://www.cnblogs.com/cag2050/p/11263026.html