Check if the configuration is broken or not. the update might have installed it in the wrong place.
First check: `npm config get prefix`
In my case It wasn't set to /usr/local but in /usr/Roaming.
So to fix it, use: `npm config set prefix`
Problem solved! :)
On Monday, July 8, 2013 at 3:37:17 AM UTC+2, Tom Borges wrote: