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

error @babel/[email protected]: The engine "node" is incompatible with this module. Expected version ">=6.9.0". #1702

Closed
paolopan83 opened this issue Jan 11, 2019 · 7 comments · Fixed by #1735

Comments

@paolopan83
Copy link

In the README.md sais node 6.5.0 +, which apparently is not correct?

@paolopan83
Copy link
Author

Version 6.11.5 actually works, should you update the doc?

@mmarkelov
Copy link

@paolopan83 yeah! I suppose this is incorrect info in Readme , cause @babel/[email protected] expect node >=6.9.0

@minggas
Copy link

minggas commented Jun 14, 2019

Can I make the change?

@piglovesyou
Copy link
Collaborator

@minggas Yes please by all means. Also be aware what Node version the current @babel/core version supports.

@minggas
Copy link

minggas commented Jun 15, 2019

On they gh this is the current @babel/core package.json, they are using "node": ">=6.9.0"

@piglovesyou
Copy link
Collaborator

Cool. You should see what Babel 7.0.0 uses actually, but looks like they didn't change it.

@minggas
Copy link

minggas commented Jun 16, 2019

Yeah, I looked at the 7.0.0 version now and is >=6.9.0. I'll do the change on the readme right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants