Add manual watcher in project package.json
"scripts": { "watch": "nodemon app.js" // Replace app.js with your main file }
app.js
Then run
npm run watch