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
This is absolutely a breaking change.
We can not release updates for a site using Slonik because Slonik (we're on 33.0.3 at the moment) requires Roarr with a caret for version number, meaning all "minor" and "patch" versions are OK to update. So it attempts to update from 7.15.1 and this breaks the build since we're still on Node 16.
Hi, I noticed that in the engines section in package.json changed:
from:
to:
This can be considered a breaking change as it can break package install for dependant packages.
We had a problem with running cy2:
The above script started failing two days ago as our CI agent as it runs node with version 16.x.x.
The error that we got was:
in the end for us the fix was to use yarn
--ignore-engines
install flag.I noticed that npm just issues a warning but executes the script.
The text was updated successfully, but these errors were encountered: