NPM

@、参数设置命令

npm config --help

npm config ls -l 列出所有配置

@、设置淘宝镜像

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

@、npm install 参数区别

原文: https://www.cnblogs.com/hollen/p/5956012.html

原文地址:https://www.cnblogs.com/yarightok/p/7944006.html