Relative Content

Tag Archive for nodemon

npm start command is not working in git bash

The command “nodemon index.js” works alright if I type it manually in command line but it doesn’t work using npm start. I have tried various methods to resolve this issue but none works. The same happens in one of my friends pc but works in someone else’s. is it a compatibility issue?