mauricemach / zappa

Node development for the lazy.
zappajs.org
MIT License
951 stars 81 forks source link

Can't npm install zappa #98

Closed sarenji closed 13 years ago

sarenji commented 13 years ago

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:

$ nvm use v0.4.11
$ npm install zappa
npm ERR! Not compatible with your version of node/npm: connect@2.0.0alpha1
npm ERR! Required: {"node":">= 0.5.0 < 0.7.0"}
npm ERR! Actual:   {"npm":"1.0.27","node":"v0.4.11"}

And with v0.5.8:

$ nvm use v0.5.8
$ npm install zappa
npm ERR! Not compatible with your version of node/npm: express@2.4.6
npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"}
npm ERR! Actual:   {"npm":"1.0.27","node":"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?

mauricemach commented 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.

mauricemach commented 13 years ago

Feel free to reopen if the problem persists.

sarenji commented 13 years ago

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