Everything,
I recently switched my developer environment from windows7 to Ubuntu12 and everything went smoothly except for the coffee script. I followed this exact sequence of commands:
sudo apt-get install nodejs sudo apt-get install npm //checked that both are their latest versions npm -g install coffee-script
when i do this i only see the following lines
npm http GET https://registry.npmjs.org/coffee-script npm http 304 https://registry.npmjs.org/coffee-script /usr/bin/coffee -> /usr/lib/node_modules/coffee-script/bin/coffee /usr/bin/cake -> /usr/lib/node_modules/coffee-script/bin/cake coffee-script@1.4.0 /usr/lib/node_modules/coffee-script
which coffee and cake points to / usr / bin / coffee | cake, but the commands actually do nothing.
I'm at a loss.
Please send help!
Steve kane
source share