Created
December 27, 2010 21:39
-
-
Save dwillis/756581 to your computer and use it in GitHub Desktop.
Problem running zappa with CoffeeScript 1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Derek-Williss-MacBook-Pro:zappa-test derek$ zappa cuppa.coffee | |
Error: ENOENT, No such file or directory 'node' | |
at Object.openSync (fs:153:18) | |
at Object.readFileSync (fs:94:15) | |
at Zappa.read (/usr/local/lib/node/.npm/zappa/0.1.3/package/lib/zappa.js:67:17) | |
at Zappa.run_file (/usr/local/lib/node/.npm/zappa/0.1.3/package/lib/zappa.js:71:75) | |
at Object.run_file (/usr/local/lib/node/.npm/zappa/0.1.3/package/lib/zappa.js:650:23) | |
at Object.<anonymous> (/usr/local/lib/node/.npm/zappa/0.1.3/package/bin/zappa.coffee:96:15) | |
at Object.<anonymous> (/usr/local/lib/node/.npm/zappa/0.1.3/package/bin/zappa.coffee:100:4) | |
at Module._compile (node.js:462:23) | |
at Object.run (/usr/local/lib/node/.npm/coffee-script/1.0.0/package/lib/coffee-script.js:57:19) | |
at /usr/local/lib/node/.npm/coffee-script/1.0.0/package/lib/command.js:120:29 |
npm install [email protected]
fixed this for me
Thanks! Hopefully zappa's creator will update for CS 1.0 soon.
jaekwon's branch merged in, 0.1.4 released and working with coffeescript 1.0: https://github.com/mauricemach/zappa/blob/master/CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have run into the same problem.