安装nodejs相关npm依赖出现报错--记录
2019-03-12 本文已影响0人
番茄块块
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
成功.
