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

Minimum node version is not compatible with dependencies #988

Closed
LukeHowellDev opened this issue Apr 23, 2018 · 0 comments
Closed

Minimum node version is not compatible with dependencies #988

LukeHowellDev opened this issue Apr 23, 2018 · 0 comments

Comments

@LukeHowellDev
Copy link
Contributor

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Feature request
[ ] Documentation issue or request

What is the current behavior?

When running yarn with the minimum specified node version, the command fails with the following output stating @angular/[email protected] needs a higher version

error @angular/[email protected]: The engine "node" is incompatible with this module. Expected version ">= 8.9.0".

Expected behavior:

Running yarn with node version matching the minimum specified version, the command should succeed and all dependencies should be installed.

Minimal reproduction of the problem with instructions:

nvm install 8.6
nvm use 8.6
yarn

Version of affected browser(s),operating system(s), npm, node and ngrx:

app version
ngrx 6.0.0-beta.1
node < 8.9.0

Other information:

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