-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use yarn to install beta version have incompatible problem #3086
Comments
Thanks, I'll take a look |
Looks like NPM also catches this one but just log it as a Warn rather than an error.
|
+1 |
Is there amy chance we can get this fix published to npm? id like to start using yarn for my project and this seems to.be blocking at the moment |
This is the message I'm getting: (windows 7), if it helps "error angular-ui-router@1.0.0-beta.3: The engine "node" is incompatible with this module. Expected version ">4". |
As a workaround, Yarn has an "--ignore-engines" CLI flag that should skip the check. You'll need to be running Yarn v0.16. |
I'd like to get beta.4 out ASAP, but there are a few things blocking it at the moment: Split mono-repocore, ng1 and ng2 are now split out as three separate repositories. This housekeeping is mostly done. I think the last things to to address are:
ng1/ng2 docs splitI've split up the generated API documentation into ng1 and ng2. These need to be published to the Instead of When I moved docs earlier I used redirect files. This will probably work for this scenario too. ng1 docs simplificationI've simplified the docs for ng2, hiding most of the internal apis. This isn't necessarily a blocker for beta.4 but would be nice to have. |
My yarn version is v0.15.1 and node version is v4.x
There is an error occur
I thinks yarn will look into
engines
version in package.json file.The text was updated successfully, but these errors were encountered: