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

来源:2-2 创建 browserWindow

慕先生1493127

2021-05-08 15:17

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

operable program or batch file.


写回答 关注

1回答

  • alanwhy
    2021-07-11 21:13:50
    nodemon --watch main.js --exec electron .

    这样配置试试,

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

Electron开发本地音乐播放器

跨平台开发框架Electron,一次编写多个系统使用

4410 学习 · 53 问题

查看课程

相似问题