I am new to node.js and I am unable to install and run nodeman in my VS studio. I have installed t globally using command npm install -g nodemon and then added the path in both User and System env variables . Got path using command -> npm config get prefix I dont know what point I am missing . enter image description here

Error Log:

The term 'nodemon' is not recognized as the name of a cmdlet, function, script file, or operable program. 
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
1

There are 1 best solutions below

2
Aliaas On

Make sure the first path in path variables (in Environment Variables) is NPM path.