Installed the latest node.js on Windows8. If I type
npm -version
in the command console I correctly see
1.4.23
However, whenever I use the install command, regardless of the argument, I get the following error
Error: ENOENT, stat 'C:\Users\foo\AppData\Roaming\npm'
What gives? Could this be a permissions issue or?