Closed sarenji closed 13 years ago
Hmmm, it seems this was just recently fixed in express 2.4.7. I'll push a zappa 0.3.1 with the updated express dep.
Feel free to reopen if the problem persists.
Wow, thanks for the super fast response. The issues I had are all fixed now!
On Thu, Oct 6, 2011 at 7:23 PM, Maurice Machado < reply@reply.github.com>wrote:
Feel free to reopen if the problem persists.
Reply to this email directly or view it on GitHub: https://github.com/mauricemach/zappa/issues/98#issuecomment-2313904
I've been running into problems installing zappa. I get
npm install
errors because libs require different versions of node. When using node v0.4.11 stable:And with v0.5.8:
I'd really like to use zappa on a production server but I'm a bit stuck at this step since putting zappa in package.json and pushing to the server would still run into the above problems. Any idea on where to go from here?