美文网首页
node中使用公司私有仓库

node中使用公司私有仓库

作者: guoss | 来源:发表于2019-10-10 21:04 被阅读0次

安装nrm

nrm是npm管理工具

npm install -g nrm

添加公司内部仓库到nrm列表

nrm add lh http://registry.npm...../

切换当前使用的仓库为lh

nrm use lh

使用公用账号登录npm

npm login
// username: ...
// password: ...
// email: 自己的邮箱

相关文章

网友评论

      本文标题:node中使用公司私有仓库

      本文链接:https://www.haomeiwen.com/subject/zypmsctx.html