electron 1more 卡死

解决该问题
步骤:

  1. npm config set registry https://registry.npm.taobao.org

  2. 编辑 ~/.npmrc

(在VSC 开发工具下 :命令行里输入 ~/.npmrc, 然后 Ctrl + 鼠标左键点击该文件)

3.加入以下内容并保存:
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/

4.在node_modules下将 electron文件删除

5.npm install

上一篇:Appium+python自动化4-元素定位uiautomatorviewer


下一篇:htmlunit实现爬取网页