Fork me on GitHub

npm配置

npm配置

切换镜像源

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

设置用户名和邮箱

npm config set username mhfwork
npm config set email mhf.work@qq.com

查看更多配置信息

npm config ls -l

移除配置信息

npm config rm proxy  
npm config rm registry  
npm config rm username  
npm config rm email
posted @ 2024-08-05 10:54  毛三仙  阅读(21)  评论(0)    收藏  举报