electron报错:Error: Electron failed to install correctly, please delete node_modules/electron and try
在win10上在搭建electron-vue项目时,使用npm install命令报错报错:Error: Electron failed to install correctly, please delete node_modules/electron and try installing again解决方法:命令行进入项目中node_modules/electron目录,运行node insta
·
在win10上在搭建electron-vue项目时,使用npm install命令报错
报错:
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
解决方法:
命令行进入项目中node_modules/electron目录,运行node install.js命令即可
更多推荐




所有评论(0)