nodejs版本:v10.15.3
在安装npm依赖执行命令:
npm install -g cnpm --registry=https://registry.npm.taobao.org
执行命令报错:
查找百度后,执行命令:npm cache clean --force
再执行命令:npm install -g cnpm --registry=https://registry.npm.taobao.org
成功.
nodejs版本:v10.15.3
查找百度后,执行命令:npm cache clean --force
再执行命令:npm install -g cnpm --registry=https://registry.npm.taobao.org
成功.