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

Warning about Vuex@3 version #20

Open
probil opened this issue Jun 22, 2020 · 2 comments
Open

Warning about Vuex@3 version #20

probil opened this issue Jun 22, 2020 · 2 comments

Comments

@probil
Copy link

probil commented Jun 22, 2020

I've got this warning while trying to use your package with [email protected]

npm WARN [email protected] requires a peer of vuex@^2.0.0 but none is installed. You must install peer dependencies yourself.

I've checked repository version of the package.json and it does contain both vuex@2 and vuex@3:

  "peerDependencies": {
    "vue": "^2.0.0",
    "vuex": "^2.0.0 || ^3.0.0"
  }

But the problem is that the published version doesn't support vuex@3 as a peer dependency:

"peerDependencies": {
  "vue": "^2.0.0",
  "vuex": "^2.0.0"
}

Proof: https://cdn.jsdelivr.net/npm/[email protected]/package.json

Could you please re-publish the package with the latest version of package.json?

@probil probil changed the title Warning about Vuex version Warning about Vuex@3 version Jun 22, 2020
@jtzook
Copy link

jtzook commented Aug 5, 2020

Hi @ktsn! This issue affects one of my projects on every yarn install. I too noted that you have updated dependencies on master, do you have any plans to publish the changes? Thank you! -jz

@cschroedl-gov
Copy link

This affects me too. Could a little patch release 0.1.4 be created?

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

3 participants