npm

npm相关操作

 npm查源

npm config get registry

 

 npm换源:

 淘宝源

npm --registry=https://registry.npm.taobao.org install

 

 原源

npm config set registry https://registry.npmjs.org

 

posted on 2020-09-13 18:35  zhishiyv  阅读(108)  评论(0编辑  收藏  举报

导航