I'm on Windows 7, and I've installed node and npm via the MSI on the nodejs website. I installed several modules including karma using npm, and when I installed them I used the -g option. npm put the modules in c:\User\Mike\AppData\Roaming\npm\node_modules. Now if I run a command like "node karma" I get
Error: cannot find module at <current working directory>\karma I've set NODE_PATH to c:\User\Mike\AppData\Roaming\npm\node_modules (and also tried dropping the node_modules from the end) and I get the same error. It's like it's ignoring NODE_PATH entirely. Any ideas? Mike -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/e0060c49-3c06-45dc-aab7-adb4072243d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
