Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn Add Error from version 0.0.21 and above #3

Open
fleetstack opened this issue Dec 3, 2022 · 0 comments
Open

Yarn Add Error from version 0.0.21 and above #3

fleetstack opened this issue Dec 3, 2022 · 0 comments

Comments

@fleetstack
Copy link

Version of Vue Charts CSS

  • 2.0.1

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):

  • OS: macOS Monterey version 12.6.1
  • Browser Chrome
  • Version 108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant