Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electrode-electrify-react-component is not compatible with 6.x of nodejs with yarn #26

Open
bodawei opened this issue Mar 29, 2017 · 0 comments

Comments

@bodawei
Copy link

bodawei commented Mar 29, 2017

When I try to install electrode packages with yarn ( https://yarnpkg.com/en/ ) while running node.js 6.10, I get an error related to electrode-electrify-react-component:

> yo electrode
   [ . . . ]
> rm -rf node_modules  # you wouldn't ordinarily do this. I'm just doing it to demonstrate a quick way to this problem
> yarn install
yarn install v0.19.1
info No lockfile found.
[1/4] 🔍  Resolving packages...
   [ . . . ]
[2/4] 🚚  Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "^4.2.6".

This appears to be because electrode-electrify-react-component (which is referenced by electrode-webpack-reporter which is mutually referenced by electrode-archetype-react-app-dev) has an engines statement

  "engines": {
    "node": "^4.2.6",
    "npm": "^3.5.3"
  },

which doesn't support node 6.10.

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

No branches or pull requests

1 participant