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

Allow electrode-archetype-react-app-dev to be installed with yarn #325

Closed
bodawei opened this issue May 9, 2017 · 1 comment
Closed

Comments

@bodawei
Copy link
Contributor

bodawei commented May 9, 2017

At times, I need to install some of the electrode modules with something like npm. I'd like to be using yarn, but right now that reports an error because of a problem with electrode-electrify-rect-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".

Note

@bodawei
Copy link
Contributor Author

bodawei commented May 10, 2017

This issue seems to be wrong. When I upgraded everything to the latest, yarn no longer tries to install electrode-electrify-react-component, so the problem isn't encountered. I didn't investigate to see what, specifically, changed.

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