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'd like to suggest that this is added to the core yarnpkg. On the grounds that this:
is baseline functionality that was depended on in yarn 1 and is implicitly expected by any developer performing the migration
can actually affect the implementation of node packages that do binary compilation (and even more so with plug and play). This will degrade the usefulness of the package manager as engines continue to upgrade into the future.
I use yarn version 3.2.0 and node v16.17.0, and has package.json like this
When I run
yarn run e
, I expect that yarn gives an error because of bad node version, but it doesn't.So when
engines.node
is effect?The text was updated successfully, but these errors were encountered: