方法一
//npm版本升级
npm install npm –g
方法二
//清除缓存
npm cache clean –force
方法三
//换源
npm config set registry http://registry.cnpmjs.org
//可用下行命令检查是否换源成功
npm config get registry
//npm版本升级
npm install npm –g
//清除缓存
npm cache clean –force
//换源
npm config set registry http://registry.cnpmjs.org
//可用下行命令检查是否换源成功
npm config get registry