nodejs安装后
设置镜像
1 | npm install -g cnpm --registry=https://registry.npmmirror.com |
使用命令
1 | cnpm install [name] |
更改存储路径
1 | npm config set cache "D:\3rd\nodejs\node_cache" |
环境变量
1 | NODE_PATH=d:\3rd\nodejs\node_modules |
参考资料
https://npmmirror.com/
https://www.cnblogs.com/merray/p/7754215.html