美文网首页
npm 安装 node-sass 和 electron 速度慢的

npm 安装 node-sass 和 electron 速度慢的

作者: 白水螺丝 | 来源:发表于2017-04-10 10:31 被阅读190次

终极解决方案

npm 安装 node-sass 网速慢的 可以 运行 npm config set registry https://registry.npm.taobao.org
然后 编辑 ~/.npmrc 加入下面内容

registry=https://registry.npm.taobao.org
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/

相关文章

网友评论

      本文标题:npm 安装 node-sass 和 electron 速度慢的

      本文链接:https://www.haomeiwen.com/subject/jthsattx.html