Node と Coffeescript のインストールに問題があります。自作を使用してノードをインストールし、NPM を正常にインストールしました。NPM から Coffeescript をインストールしようとしましたが、動作しているように見えますが、コーヒーを実行できません
localserver:Documents x$ sudo npm -g install coffee-script
Password:
npm http GET https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/coffee-script
/usr/local/share/npm/bin/coffee -> /usr/local/share/npm/lib/node_modules/coffee-script/bin/coffee
/usr/local/share/npm/bin/cake -> /usr/local/share/npm/lib/node_modules/coffee-script/bin/cake
coffee-script@1.4.0 /usr/local/share/npm/lib/node_modules/coffee-script
localserver:Documents x$ coffee
-bash: coffee: command not found
localserver:Documents x$
このために設定する必要があるパス環境変数はありますか? に移動しても/usr/local/share/npm/lib/node_modules/coffee-script/bin/coffee
、ここから実行できません。