npm切换快速下载

尽量不要使用cnpm,会有各种bug,使用以下方式下载更快

npm install --registry=https://registry.npmmirror.com 

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