问答详情
源自:2-2 创建 browserWindow

nodemon按照教程安装了,也在项目中配置了。运行npm start 会有如下问题

'nodemon' is not recognized as an internal or external command,

operable program or batch file.


提问者:慕先生1493127 2021-05-08 15:17

个回答

  • alanwhy
    2021-07-11 21:13:50

    nodemon --watch main.js --exec electron .

    这样配置试试,

    nodemon版本2.0.12
    node 版本 14.X.X