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
Thanks for raising this, it seems to be related to a transitive dependency that we use for automating our releases through project management tool, perhaps we should update it there since aegir is a devDependency Would you like to open a PR?
Severity: Low
Description:
When installing dependencies with node v16 as specified in package.json, the warning:
is printed in the console as one of the dependencies requires node v18.
Shouldn't "engines" be updated in package.json ?
Steps to reproduce the error:
npm install using nodejs v16
The text was updated successfully, but these errors were encountered: