I installed node js on my system running a version of windows 7. While typing console.log('Hello World!');
, it successfully returns - 'Hello World' undefined
. But when I type in npm help
, it returns Error: ENOENT, stat 'C:Users\Acme11\AppData\Roaming\npm'
What am i doing wrong?