- 安装nrm
nrm: npm registry manager
sudo npm install -g nrm
- 查看可用源
nrm ls
image.png
- 测试源响应时间
nrm use taobao
image.png
- 切换源
nrm use taobao
- 增加定制源
常用于公司内部安装源
nrm add mynpm http://192.168.1.100:6666
- 删除源
nrm del mynpm
sudo npm install -g nrm
nrm ls
image.png
nrm use taobao
image.png
nrm use taobao
nrm add mynpm http://192.168.1.100:6666
nrm del mynpm
本文标题:NPM源切换
本文链接:https://www.haomeiwen.com/subject/zfignrtx.html
网友评论