You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have been using this module for a while on v7.2.0, but lately my
yarn install
calls fail with this errorI 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
.The text was updated successfully, but these errors were encountered: