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

Posted junchu25

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Electron 7.x以上版本安装提示错误解决方法相关的知识,希望对你有一定的参考价值。

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

(node:18000) UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, lstat ‘C:UsersJUNCHU~1AppDataLocalTempelectron-download-4VfCX9electron-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以上版本安装提示错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章

yarn安装Electron提示安装正常却实际没有安装的解决

Win7 Node.js NPM错误提示> electron-builder --dir Error: Cannot find module ‘fs/promises‘

解决electron应用删除安装目录后重新安装提示安装中止的问题

electron-edge中使用时未安装Visual Studio 2015 redist 解决方法

electron 搭建与运行

electron在win7下出现电脑白屏