We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran npx storybook@next upgrade --tag next on https://github.com/inkline/inkline and it ran successfully, running a bunch of migrations.
npx storybook@next upgrade --tag next
However yarn storybook then failed with:
yarn storybook
ERR! Error: Invalid value of @storybook/vue3 in the 'framework' field of Storybook config.
Due to main.js remaining:
main.js
framework: '@storybook/vue3', core: { builder: '@storybook/builder-vite' },
The text was updated successfully, but these errors were encountered:
Hey @tmeasday I tried this in the project and the automigration is correct. You probably missed the error that the vite version is not compatible.
in #20222 I'm adding a summary which should make this pretty clear, this is what will look like in that project:
And after Vite is upgraded, when running automigrate as indicated in the message:
If you don't mind, I'll close this issue, but feel free to reopen it if you disagree!
Sorry, something went wrong.
Great job @yannbf
yannbf
No branches or pull requests
I ran
npx storybook@next upgrade --tag next
on https://github.com/inkline/inkline and it ran successfully, running a bunch of migrations.However
yarn storybook
then failed with:Due to
main.js
remaining:The text was updated successfully, but these errors were encountered: