Electron failed to install correctly, please delete node_modules/electron and try installing again

错误:Electron 无法正确安装,请删除 node_modules/electron 并尝试重新安装。

在 electron-forge start 时提示重新添加依赖项

Electron failed to install correctly, please delete node_modules/electron and try installing again_第1张图片

 根据错误提示 : const pathFile = path.join(__dirname, 'path.txt');  获取失败。故添加path.txt文件

                       Electron failed to install correctly, please delete node_modules/electron and try installing again_第2张图片

   进入目录 ****\node_modules\electron\    新建文件path.txt   里面编辑  electron.exe

试过几种解决方法均未安装成功,所以直接手动进行下载安装:

前往淘宝镜像进行加载所需版本icon-default.png?t=L892https://npm.taobao.org/mirrors/electron/这里需要的版本是8.2.3

                            Electron failed to install correctly, please delete node_modules/electron and try installing again_第3张图片

下载对应版本

                        

 下载下来后,在****\node_modules\electron\ 中创建dist文件夹,将压缩包解压至该文件夹中

再重试,如果自己有包的备份直接解压使用即可

           

你可能感兴趣的:(electron)