码迷,mamicode.com
首页 > 其他好文 > 详细

Electron 7.x以上版本安装提示错误解决方法

时间:2020-01-08 14:46:59      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:promise   lstat   ESS   perm   ati   错误   nod   which   min   

升级使用最新的Electron 7.x以上版本,运行提示electron不存在,其实是因为electron install时候对应平台的可执行文件没有下载成功,错误提示如下:

(node:18000) UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, lstat ‘C:\Users\JUNCHU~1\AppData\Local\Temp\electron-download-4VfCX9\electron-v7.1.7-win32-x64.zip‘
(node:18000) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:18000) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
npm WARN smartoffice@0.1.47 No repository field.

在官方的Git Issues找到了解决方案,就是修改使用另一个淘宝镜像地址。执行命令:

npm config set ELECTRON_MIRROR=https://cdn.npm.taobao.org/dist/electron/

 

Electron 7.x以上版本安装提示错误解决方法

标签:promise   lstat   ESS   perm   ati   错误   nod   which   min   

原文地址:https://www.cnblogs.com/junchu25/p/12166213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!