Bootstrap

Vscode 终端安装cnpm报错问题解决

vscode终端安装cnpm报错

 解决办法

一、将C盘中的隐藏文件npmrc删掉

二、VScode终端输入npm cache --force

然后输入 npm install -g cnpm -registry=https://registry.npm.taobao.org

最后输入cnpm -v即可成功!

 

 

;