Skip to content

node >= 10.18 is necessary ? #627

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

Closed
whatwg6 opened this issue Aug 24, 2020 · 2 comments
Closed

node >= 10.18 is necessary ? #627

whatwg6 opened this issue Aug 24, 2020 · 2 comments

Comments

@whatwg6
Copy link
Contributor

whatwg6 commented Aug 24, 2020

Problem

  • Node version in my CI runner was 10.15.3.
  • When CI install react-tooltip will throw error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.18". Got "10.15.3"

So

  • does node >= 10.18 is really necessary ?
  • react-tooltip package depends on node >=10.18 ?

package.json

"engines": {
    "node": ">=10.18",
    "npm": ">=6.13"
  },
@whatwg6
Copy link
Contributor Author

whatwg6 commented Aug 27, 2020

fixed 4.2.9

@whatwg6 whatwg6 closed this as completed Aug 27, 2020
@roggervalf
Copy link
Contributor

#615

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

2 participants