I just freshly installed Node.js and now I\'m trying to run a simple script, but I get the following error message:
Error: require.paths is removed. Use node
In my case, I have an old local (user-specific) installation of coffee-script.
coffee-script
Here's what I did :
~/.node_modules
~/bin
sudo npm install --global coffee-script
Now it works :)