node install.js报错

node install.js的过程中可能会安装东西,因为网络问题,下载比较慢,换cnpm就好了。

换淘宝镜像

npm install -g package --registry=https://registry.npm.taobao.org

然后重新安装 cnpm install

你可能感兴趣的:(node install.js报错)