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
{{ message }}
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Adding this package through yarn causes the following error:
$ yarn add async-saxophone
yarn add v1.22.15
[1/4] Resolving packages...
[2/4] Fetching packages...
error async-saxophone@1.0.1: The engine "node" is incompatible with this module. Expected version "10 || 12 || 13 || 14". Got "16.13.0"
error Found incompatible module.
This seems to happen since newer versions of Nodejs have come out since this library was last updated (version 16 is LTS since Oct 2021), but the package.json file only allows 10, 12, 13 and 14.
Would it be possible to change the engines check to target version lower than version 10 as this will make async-saxophone compatible with new versions of node?