How to update coffee script?
- by Tetsu
I got a following error when I tried to watch coffee scripts by coffee -o js -cw coffee.
/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:321
throw e;
^
Error: watch Unknown system errno 28
at errnoException (fs.js:636:11)
at FSWatcher.start (fs.js:663:11)
at Object.watch (fs.js:691:11)
…