标签:modules 网上 ide http 仓库 取数 down binary electron
nodeJS安装及npm设置淘宝镜像
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config set registry " https://registry.npm.taobao.org "
在更新node-sass中,有时候也会出现资源下载不了的问题,通常是git上的资源下载不了,这时候,可以更改node-sass的资源路径为淘宝的
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs的源
npm config set phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
electron源
npm config set electron_mirror=https://npm.taobao.org/mirrors/electron/
标签:modules 网上 ide http 仓库 取数 down binary electron
原文地址:https://www.cnblogs.com/zhouyun-yx/p/10930700.html