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

Cannot install due to node engine restriction in package.json #67

Closed
epechuzal opened this issue Jul 13, 2021 · 3 comments
Closed

Cannot install due to node engine restriction in package.json #67

epechuzal opened this issue Jul 13, 2021 · 3 comments
Assignees

Comments

@epechuzal
Copy link

epechuzal commented Jul 13, 2021

I have been using this module for a while on v7.2.0, but lately my yarn install calls fail with this error

error signalfx@7.3.1: The engine "node" is incompatible with this module. Expected version ">=8.0.0 <11". Got "14.17.0"

I am guessing that a more recent release has changed the engines.node field to have a max value of 11, but node v8 and v10 are both already EOL and v16 is about to enter LTS.

I would advise updating the required node version to be >= 8.0.0 with no max version, or set it to >=8.0.0 <17.

@jtmal-signalfx
Copy link
Contributor

I've released a fix earlier today, which allows >=8.0.0 <15. Once 16 enters LTS, we'll adjust to 17. In case I forget it, please go ahead and reopen.

@jtmal-signalfx
Copy link
Contributor

I'll update in the PR for #70.

@jtmal-signalfx jtmal-signalfx self-assigned this Jul 27, 2021
@jtmal-signalfx
Copy link
Contributor

Forgot to close, latest version works in all LTSes.

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