I have a good install of
Node@v0.8.14 and NPM@1.1.65 on OS X 10.8.2 for local development.
Everything works as expected except for packages that I try to install with the -g flag for global, like grunt or forever, aren't found as terminal commands.
I have tried adding some paths but nothing's worked so far...
Here's my standard echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/:/usr/local/bin:/usr/local/share:/usr/local/share/npm:/usr/local/share/npm/lib/node_modules/:.npm
Thanks for the help!
sudo npm install ...? – zeMirco Nov 26 '12 at 22:33cd /usr/local/bin; lsdo you see your installed node_modules here? – Stephan Bönnemann Nov 26 '12 at 23:08