nodemon not working properly

后端 未结 13 678
长发绾君心
长发绾君心 2021-02-01 05:18

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:29

    thanks you need to type this after to enter in the folder application with

    cd your_project_folder

    sudo nodemon bin/www

提交回复
热议问题