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 got an error Error: https://registry.yarnpkg.com/@automattic%2fbabel-plugin-transform-wpcalypso-async: Not found
After I updated yarn, it worked perfectly.
It wasn't a big deal, though it got me stumbled for a minute there If we can have a way to compare and enforce the yarn version in the engines field that would be awesome (very cursory Google search didn't show much).
The text was updated successfully, but these errors were encountered:
Since yarn@1.0 (released ~2y ago) it will automatically pick the version declared in .yarnrc, which points to the latest version used in Calypso, 1.22.10
Since yarn@1.15.0 it also checks the engines field, that we specify as yarn: ^1.22.10
Steps to reproduce
yarn
What I expected
To update my dependencies.
What happened instead
I got an error
Error: https://registry.yarnpkg.com/@automattic%2fbabel-plugin-transform-wpcalypso-async: Not found
After I updated
yarn
, it worked perfectly.It wasn't a big deal, though it got me stumbled for a minute there If we can have a way to compare and enforce the
yarn
version in theengines
field that would be awesome (very cursory Google search didn't show much).The text was updated successfully, but these errors were encountered: