nodemon not working properly

后端 未结 13 1202
我在风中等你
我在风中等你 2021-02-01 05:20

I am running my nodejs app by npm start

I just installed nodemon by sudo npm install -g nodemon so that i can get my server restarted when i s

相关标签:
13条回答
  • 2021-02-01 05:52

    You might also run into the issue of having an empty .nodemonignore.

    0 讨论(0)
提交回复
热议问题