You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When on Node v0.12.3 I get:
And when on Node v6.9.1 I get:
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?
The text was updated successfully, but these errors were encountered: