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
Describe the bug
Unable to install the latest packages using Yarn.
[2/4] 🚚 Fetching packages...
error [email protected]: The engine "yarn" is incompatible with this module. Expected version "YARN NO LONGER USED - use npm instead.". Got "1.22.19"
error Found incompatible module.
Reduced test case
yarn add [email protected] works as expected as well as all older packages. It seems from version 0.0.21 yarn is incompatible.
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ [email protected]
info All dependencies
└─ [email protected]
✨ Done in 1.27s.
Expected behaviour
Package should install as it does with yarn add [email protected]
Desktop (please complete the following information):
OS: macOS Monterey version 12.6.1
Browser Chrome
Version 108
The text was updated successfully, but these errors were encountered:
Version of Vue Charts CSS
Describe the bug
Unable to install the latest packages using Yarn.
[2/4] 🚚 Fetching packages...
error [email protected]: The engine "yarn" is incompatible with this module. Expected version "YARN NO LONGER USED - use npm instead.". Got "1.22.19"
error Found incompatible module.
Reduced test case
yarn add [email protected] works as expected as well as all older packages. It seems from version 0.0.21 yarn is incompatible.
$ yarn add [email protected]
yarn add v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ [email protected]
info All dependencies
└─ [email protected]
✨ Done in 1.27s.
Expected behaviour
Package should install as it does with yarn add [email protected]
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: