It's npm.cmd, not npm.exe. Either would run with `npm` if located in your path (not from in Node).
Something that you might find useful is this. https://raw.github.com/Benvie/npm/cmd-loop/bin/npm.cmd. Save that wherever your node.exe is, presumably C:\Programs Files (x86)\nodejs. Then you can type "npm" in `run` (press Start button in Windows, then type npm<enter>). -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
