C:\Users\me>npm
The system cannot find the path specified.
(My path is PATH: ...C:\Program Files\nodejs)
It is recognizing npm but there is some sort of configuration issue. What's wrong?
Unlike this post, my npm.cmd file is not corrupt.
If I use the npm command prompt, everything works; but on the standard command prompt, any npm or node command (eg: node -v or npm -v) gives "The system cannot find the path specified.".
node version: 6.2.2
npm version: 3.9.5