eletron安装卡在 node install.js

Posted granx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eletron安装卡在 node install.js相关的知识,希望对你有一定的参考价值。

   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/

以上是关于eletron安装卡在 node install.js的主要内容,如果未能解决你的问题,请参考以下文章