Skip to content

Instantly share code, notes, and snippets.

@dwillis
Created December 27, 2010 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwillis/756581 to your computer and use it in GitHub Desktop.
Save dwillis/756581 to your computer and use it in GitHub Desktop.
Problem running zappa with CoffeeScript 1.0
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
@sintaxi
Copy link

sintaxi commented Dec 27, 2010

I have run into the same problem.

@sintaxi
Copy link

sintaxi commented Dec 28, 2010

npm install coffee-script@0.9.6 fixed this for me

@dwillis
Copy link
Author

dwillis commented Dec 28, 2010

Thanks! Hopefully zappa's creator will update for CS 1.0 soon.

@jaekwon
Copy link

jaekwon commented Dec 31, 2010

try this with 1.0.0

jaekwon/zappa@e481dbf

pull requested to Zappa developer

@jaekwon
Copy link

jaekwon commented Dec 31, 2010

and this:

jaekwon/zappa@cde332f

this shit is not fully tested.

@mauricemach
Copy link

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