npm run dev 项目,提示 throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again') 根据提示删除electron包,重新安装一次,还是提示错误 单独安装electron npm install electron -g C:\Users\pxm\AppData\Roaming\npm\electron -> C:…
环境一直跑的挺好的,突然报这么一个错误,百思不得其解. 网上查询之后才想起来,自己当时为了IE能运行浪潮服务器的远程console,将环境变量里面的java换成了32位版本的. 修改jre版本与环境变量里面的jre一致后,成功运行. 也就是说,下面两张图里面的jre版本要严格一致,否则就会报 Application Server was not connected before run configuration stop, reason: Unable to ping server at lo…
详情见上图更清晰 15:11:10 Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:8080 Disconnected from the target VM, address: '127.0.0.1:55965', transport: 'soc Unable to open debugger port: java.net.…