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

Engines field not compatible with Node 12 #1151

Closed
piraz opened this issue Dec 12, 2019 · 0 comments · Fixed by #1153
Closed

Engines field not compatible with Node 12 #1151

piraz opened this issue Dec 12, 2019 · 0 comments · Fixed by #1153
Labels

Comments

@piraz
Copy link

piraz commented Dec 12, 2019

Steal tools breaking yarn with error:

error [email protected]: The engine "node" is incompatible with this module. Expected version "4.x - 10.x". Got "12.13.1" error Found incompatible module.

Due to engines defined in package.json:

  "engines": {
    "node": "8.x - 10.x"
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants