Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Can't install node dependencies because of incompatible versions #295

Open
jostsg opened this issue Dec 2, 2016 · 0 comments
Open

Can't install node dependencies because of incompatible versions #295

jostsg opened this issue Dec 2, 2016 · 0 comments

Comments

@jostsg
Copy link

jostsg commented Dec 2, 2016

When on Node v0.12.3 I get:

npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":">= 4"}
npm ERR! notsup Actual:   {"npm":"2.9.1","node":"0.12.3"}

And when on Node v6.9.1 I get:

npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"^0.12"}
npm ERR! notsup Actual:   {"npm":"3.10.8","node":"6.9.1"}

I tried finding a version of request that didn't require Node 4 ([email protected] seems to be the last version) but some module requires 2.78.0 explicitly.

Any advice how to solve this? Or is there anything else like it for Polymer components?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant