okfn / timemapper

Create and share elegant timelines and timemaps fast
http://timemapper.okfnlabs.org/
MIT License
274 stars 60 forks source link

express version problems at installation #22

Closed metazool closed 12 years ago

metazool commented 12 years ago

Following the instructions to install w/ ndm here: https://github.com/okfn/hypernotes

npm ERR! Unsupported 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.106","node":"0.6.5"}

Made this go away by editing

$ package.json

, "dependencies": { "express": "2.5.1"

rufuspollock commented 12 years ago

@metazool thanks for the tip. Could you update me on what version of nodejs you were using?

metazool commented 12 years ago

On Tue, Dec 27, 2011 at 1:16 PM, Rufus Pollock reply@reply.github.com wrote:

@metazool thanks for the tip. Could you update me on what version of nodejs you were using?

Looks like 0.6.5 ...

rufuspollock commented 12 years ago

@metazool: OK, updating instructions to require node >= 0.4, < 0.5 as that is what I'm developing with at the moment (what's available in current Ubuntu). May attempt to support newer versions of node later.

rufuspollock commented 12 years ago

@metazool just to let you know have now done trivial upgrade of express to support node 0.6.