adrians
unread,Aug 17, 2012, 3:00:49 PM8/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
With node 0.8.7 x64 (Windows 7), npm seems to not see global modules installed under userdir/npm/... It only seems to look at the node_modules dir inside the install location. As well, when trying to install modules with -g, there are errors because it's trying to put the global module under the install dir, "c:\Program Files\nodejs\node_modules" and for this it needs permissions which it doesn't have.
Reverting back to node 0.8.6 and npm 1.1.48 shows correct behavior.
Is this a known issue?
Cheers,
Adrian