I just installed the latest version of nodejs, and while I can get it to run js files just fine, I can't get npm to do anything.
If I open the node.exe, it brings up a prompt, then I separately tried each of the following and none of them work:
> node npm install socket.io
> npm install socket.io
> help
> node help
ALL of the above result in nothing but the line "..." to be returned, then every thing I type in after that, I just get another line of "...".
This is extremely frustrating. What am I doing wrong?