全て、
最近、開発環境を windows7 から Ubuntu12 に切り替えましたが、coffee-script を除いてすべてがスムーズに実行されています。この正確な一連のコマンドを実行しました。
sudo apt-get install nodejs
sudo apt-get install npm
//checked that both are their latest versions
npm -g install coffee-script
これを行うと、次の行のみが表示されます
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 と which cake は /usr/bin/coffee|cake を指していますが、コマンドは実際には何もしません。
私は途方に暮れています。
助けを送ってください!
スティーブ・ケイン