查看当前源:
1 | npm config get registry |
切换阿里源:
1 | npm config set registry https://registry.npm.taobao.org/ |
Linux下升级node版本
1 | npm install n -g |
查看当前源:
1 | npm config get registry |
切换阿里源:
1 | npm config set registry https://registry.npm.taobao.org/ |
Linux下升级node版本
1 | npm install n -g |