-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Vue Demi dependency broken #2403
Comments
Maybe you need to use pnpm dedupe after updating Vue-Demi but in my tests it works |
@posva Fraid not, no dupes reported at all Let me reiterate: So to fix this, I tried forcing Pinia to consume
However much to my surprise, this did not work when I confirmed my node_modules directory had To be absolutely clear, The
|
Reproduction
Can't reproduce with CDN assets
Steps to reproduce the bug
Install Pinia on a Vue 2.7 project and run it
Expected behavior
Build/serve without error
Actual behavior
Builds with an error relating to
vueuse/vue-demi
Additional information
I have raised an issue with Vue Demi Lib here: vueuse/vue-demi#244
I just wanted to make the Pinia community here aware of this bizarre issue that has just cropped up in in the last few days where
[email protected]
is not working for my team with Pinia on Vue 2.7 and when we try force[email protected]
that we know has been working fine for the past few months since May where[email protected]
has consumed that particular version of Demi.5
up-until this week just fine, it has suddenly started to fail with same issue as.6
release this week.As I have outlined in the linked issue in the other lib, I believe
[email protected]
has been overwritten by accident as I have two totally different copies of the same version of this dependency?The text was updated successfully, but these errors were encountered: