...
1. npm默认仓库registry.npmmirror.com访问不到
临时设置node源
npm cnpm cache clean --force && cnpm config set registry https://registry.npmjs.org &&
cnpm config set registry https://registry.npm.taobao.org &&
npm cache clean --force && npm config set registry https://registry.npmmirror.com
...