Tôi không thể cài đặt CoffeeScript trên Macbook của mình. Các lệnh tương tự chỉ hoạt động tốt trên iMac của tôi.cài đặt coffeescript
$ surganov:~ surganov$ sudo npm install coffee-script -g
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
[email protected] /usr/local/share/npm/lib/node_modules/coffee-script
$ surganov:~ surganov$ coffee
-bash: coffee: command not found
Cùng một vấn đề. Tôi đã thử với «-g», với «sudo» etc – surganov
Vấn đề là cài đặt CoffeeScript theo mặc định thành _/usr/local/share/npm/lib/_ vì lý do nào đó, nhưng phải được cài đặt vào/usr/local/bin/coffee – surganov
Chỉ cần thêm đường dẫn như được đề xuất tại đây: http://stackoverflow.com/questions/13988677/difficulty-installing-node-js-and-coffeescript-in-mac-osx – mmvie