-
Notifications
You must be signed in to change notification settings - Fork 16
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
[SvelteKit-pod]: fix: storybook #650
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for starter-dev canceled.
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I tried to test this, I got these conflicting dep errors:
▶ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @storybook/[email protected]
npm ERR! Found: @storybook/[email protected]
npm ERR! node_modules/@storybook/svelte
npm ERR! dev @storybook/svelte@"7.0.0-beta.6" from the root project
npm ERR! @storybook/svelte@"7.0.0-beta.6" from @storybook/[email protected]
npm ERR! node_modules/@storybook/sveltekit
npm ERR! dev @storybook/sveltekit@"7.0.0-beta.6" from the root project
npm ERR! 1 more (@storybook/svelte-vite)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @storybook/svelte@">=6.4.20" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-svelte-csf
npm ERR! peerOptional @storybook/addon-svelte-csf@"^2.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/sveltekit
npm ERR! dev @storybook/sveltekit@"7.0.0-beta.6" from the root project
npm ERR! @storybook/addon-svelte-csf@"^2.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/svelte-vite
npm ERR! @storybook/svelte-vite@"7.0.0-beta.6" from @storybook/[email protected]
npm ERR! node_modules/@storybook/sveltekit
npm ERR! dev @storybook/sveltekit@"7.0.0-beta.6" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @storybook/[email protected]
npm ERR! node_modules/@storybook/svelte
npm ERR! peer @storybook/svelte@">=6.4.20" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-svelte-csf
npm ERR! peerOptional @storybook/addon-svelte-csf@"^2.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/sveltekit
npm ERR! dev @storybook/sveltekit@"7.0.0-beta.6" from the root project
npm ERR! @storybook/addon-svelte-csf@"^2.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/svelte-vite
npm ERR! @storybook/svelte-vite@"7.0.0-beta.6" from @storybook/[email protected]
npm ERR! node_modules/@storybook/sveltekit
npm ERR! dev @storybook/sveltekit@"7.0.0-beta.6" 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.
npm ERR!
npm ERR! See /Users/adambarrett/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/adambarrett/.npm/_logs/2022-12-14T15_53_26_834Z-debug-0.log
Do we need to do something here? Other than --force
or --legacy-peer-deps
I mean?
I believe there is a way to fix it let me find out |
Type of change
Summary of change
Checklist