如何安装私有 npm 包?

安装私有 npm 包的步骤:

  1. 先安装私有 npm 包:npm install <npm包名> --registry=<npm包源>
  2. 然后运行npm ci(推荐)或npm install安装公共 npm 包
原文地址:https://www.cnblogs.com/cag2050/p/10724196.html