Closed NickMcBurney closed 1 year ago
When I try to install this version with :
npm i storybook-vue3-router@3.0.0-next.1 -D
I got this message :
@louia, Its best to raise issues in the Issues section rather than on a closed PR. Looking at versions the x-range constraint used in this package 7.x
should work with 7.0.0-rc.8
, this can be confirmed here: https://jubianchi.github.io/semver-check/#/7.x/7.0.0-rc.8
There is a few options which may help:
node_modules
+ package-lock.json
, then run npm i
npm install --save --legacy-peer-deps
Would also be helpful to know what version of node/npm you're running.
Hoping first suggestion fixes for you.
Thanks for your response.
I have node v18.14.0 + npm 9.4.2. I get also the same error with your latest release after update my project to use rc9 of storybook.
When I do manual command npm i @storybook/vue3@7.x
I also got this message :
And this is the error with the command npm install --save-dev storybook-vue3-router@next
I can't run npm i with --legacy-peer-deps
in my company because it break the ci.
@louia I think I may have resolved the issue - I've just published a new version 3.0.0-next.3
PR is here: https://github.com/NickMcBurney/storybook-vue3-router/pull/43
I've updated to @storybook@7.0.0-rc.10
and also amended how peerDependencies
are specified which I expect should now work for you.
It fix my problem, thanks !
storybook@7.0.0-rc.3
tostorybook@7.0.0-rc.4
playwright
configstorybook@6.x
importsVersion
Published prerelease version:
v3.0.0-next.1
Changelog
#### 💥 Breaking Change - Storybook v7 Support [#39](https://github.com/NickMcBurney/storybook-vue3-router/pull/39) ([@NickMcBurney](https://github.com/NickMcBurney)) #### 🐛 Bug Fix - Storybook@7.0.0-rc.4 update and package upgrades [#40](https://github.com/NickMcBurney/storybook-vue3-router/pull/40) ([@NickMcBurney](https://github.com/NickMcBurney)) #### Authors: 1 - Nick McBurney ([@NickMcBurney](https://github.com/NickMcBurney))