-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't install with new version of vuex-orm-next #12
Comments
|
Is there no 2021 version 1.0 final release yet? |
As you can see in plugin-axios-next/package.json Line 63 in 0fd3fdf
Trying to install this with vuex-orm-next "@vuex-orm/core": "^1.0.0-draft.14" results in this error: npm ERR! Found: @vuex-orm/core@1.0.0-draft.14
npm ERR! node_modules/@vuex-orm/core
npm ERR! @vuex-orm/core@"^1.0.0-draft.14" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @vuex-orm/core@"1.0.0-draft.4" from @vuex-orm/plugin-axios@1.0.0-draft.2
npm ERR! node_modules/@vuex-orm/plugin-axios
npm ERR! @vuex-orm/plugin-axios@"1.0.0-draft.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution. I'm not sure why I don't think it's an advisable approach to use the I don't understand why it works for you. Maybe an already installed older version of vuex-orm where you tried it? |
@Danger89 |
Describe the bug
cannot install this plugin because it depends on an older version
Steps to reproduce the bug
npm i @vuex-orm/plugin-axios-next
Expected behavior
installs
Versions
Link to minimal reproduction
Additional context
Any chance this will get updated to work with newer versions?
The text was updated successfully, but these errors were encountered: