1、错误描述
2、错误原因
由于网络和连接有问题,导致安装cnpm出现了错误
3、解决办法
(1)先执行npm config set registry "http://registry.npmjs.org/"
(2)再执行npm install -g cnpm