When I run installation with npm on OSX 10.8.3 for jam (npm install jam -g) and compound (npm install compound -g), the installation work well and all files go to /usr/local/share/npm/lib/node_modules/ as expected.
But the problem is I can't use the commands "jam" or "compound" (command not found).
I tried to change the /private/etc/paths adding the following lines :
/usr/local/share/npm/lib/node_modules/coffee-script/bin
/usr/local/share/npm/lib/node_modules/jam
/usr/local/share/npm/lib/node_modules/compound/bin
I restarted my mac and it worked fine for coffee-script but absolutely not for jam and compound
After, I tried to add Alias of jam index.js as "jam" in the folder /usr/local/Cellar/node/0.10.5/bin it doesn't work.
Does any one had this problem and can help me ? I juste moved from 10.6 to 10.8 this week end. Thanks