I have a problem: nodemon does not run off the npm script (e.g. npm start), but if nodemon is called on the command line outside the npm script, nodemon run
npm start
Instructions for Windows,
Open Command Prompt. type npm i -g nodemon --save "--save" is to save the addition of this node package in your project's package.json file
npm i -g nodemon --save