当npm下载库失败时可以用cnpm替代

下载cnpm

npm install -g cnpm --registry=http://registry.npmmirror.com

然后使用cnpm代替npm下载即可

cnpm install

你可能感兴趣的:(npm,node.js)