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

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

  1. 先安装私有仓库模块:npm install <npm包名> --registry=<npm包源>
  2. 再运行命令:npm ci

posted on 2019-07-29 11:41  cag2050  阅读(560)  评论(0编辑  收藏  举报

导航