I have used nodemon util to help my work in nodejs development. On my PC (Windows) I had to change my profile and after in the new profile I can not use nodemon anymore... I have installed it again like these ways:
npm install --save-dev nodemon
npm install --save-dev nodemon -g
I deleted it from node_modules and reinstall again but the same error:
'nodemon' is not recognized as an internal or external command, operable program or batch file.
Any idea?