1、清空缓存
在使用 npm cache clean --force 命令时报的错。
可以使用 npm cache verify 命令。
- 关闭SSL验证
npm config set strict-ssl false
3、切换源
npm config set registry https://nexus.zkwlzz.com/repository/npm-public
检查是否切换成功
npm config get registry
4、全局安装
npm install -g cnpm --registry=https://registry.npm.taobao.org
5、查看是否安装成功
需要 打开 window + R
输入cmd 打开面板
cnpm -v