1,npm install和cnpm install时的不同

https://blog.csdn.net/csm0912/article/details/90264026

 

2,npm设置和查看仓库源

https://www.cnblogs.com/wenjunwei/p/10078460.html

使用nrm管理registry地址

a.下载nrm

npm install -g nrm

b.添加registry地址

nrm add npm http://registry.npmjs.org

nrm add taobao https://registry.npm.taobao.org

c.切换npm registry地址

nrm use taobao

nrm use npm

 

3,todo output

相关文章:

  • 2021-09-02
  • 2021-11-11
  • 2021-08-22
  • 2021-11-02
  • 2022-01-07
  • 2021-11-09
  • 2022-03-09
猜你喜欢
  • 2019-12-05
  • 2021-11-30
  • 2022-12-23
  • 2021-04-04
  • 2021-11-02
  • 2021-11-02
  • 2021-10-04
相关资源
相似解决方案