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
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".
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.
At times, I need to install some of the electrode modules with something like
npm
. I'd like to be usingyarn
, but right now that reports an error because of a problem with electrode-electrify-rect-component.Note
The text was updated successfully, but these errors were encountered: