NodeJsNPM改变安装包位置

npm config ls
npm config set prefix "D:\Data\Node\npm"
npm config set cache "D:\Data\Node\cache"

设置淘宝镜像

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

 

posted @ 2019-11-23 11:22  csig  阅读(570)  评论(0编辑  收藏  举报