skonves / express-http-context

Get and set request-scoped context anywhere
MIT License
299 stars 26 forks source link

Incompatible with node 10.15.1 #34

Closed dmitriyp-comigo closed 5 years ago

dmitriyp-comigo commented 5 years ago

I'm using node 10.15.1. It looks like must be worked since 10.15.1 is >=10.4.0. But It does not work:

npm install --save express-http-context

npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for express-http-context@1.2.0: wanted: {"node":">=8.0.0 - <10.0.0 || >=10.4.0"} (current: {"node":"10.15.1","npm":"6.4.1"}) npm ERR! notsup Not compatible with your version of node/npm: express-http-context@1.2.0 npm ERR! notsup Not compatible with your version of node/npm: express-http-context@1.2.0 npm ERR! notsup Required: {"node":">=8.0.0 - <10.0.0 || >=10.4.0"} npm ERR! notsup Actual: {"npm":"6.4.1","node":"10.15.1"}

dmitriyp-comigo commented 5 years ago

Please check my PR https://github.com/skonves/express-http-context/pull/35

SimenB commented 5 years ago

close this?