我在执行npm start时候报这个错 这要怎么处理呢
你安装electron的时候执行的命令再检查一下
package.json文件中的electron .不要加引号就可以了,我的是这样的:
"start": "nodemon --watch main.js --exec electron ."