You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sb init - the simplest way to add a Storybook to your project.
• Detecting project type. ✓
• Adding Storybook support to your "Vue 3" app. ✓
• Preparing to install dependencies. ✓
up to date, audited 87 packages in 948ms
9 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
. ✓
To run your Storybook, type:
npm run storybook
For more information visit: https://storybook.js.org
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! peerOptional react@"^16.8.0 || ^17.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-actions
npm ERR! dev @storybook/addon-actions@"^6.2.0-beta.3" from the root project
npm ERR! @storybook/addon-actions@"6.2.0-beta.4" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-essentials
npm ERR! dev @storybook/addon-essentials@"^6.2.0-beta.3" from the root project
npm ERR! peerOptional react@"^16.8.0 || ^17.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-essentials
npm ERR! dev @storybook/addon-essentials@"^6.2.0-beta.3" from the root project
npm ERR! 7 more (@storybook/addon-links, @storybook/addons, react-dom, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.4" from [email protected]
npm ERR! node_modules/@storybook/addon-actions/node_modules/react-inspector
npm ERR! react-inspector@"^5.1.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/addon-actions
npm ERR! dev @storybook/addon-actions@"^6.2.0-beta.3" from the root project
npm ERR! 1 more (@storybook/addon-essentials)
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 C:\Users\sblowes\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sblowes\AppData\Local\npm-cache\_logs\2021-03-01T09_30_51_764Z-debug.log
Describe the bug
Failed to install dependencies when using
npx sb@next init
on a empty vue3 projectTo Reproduce
Follow steps on blog
https://storybook.js.org/blog/storybook-vue3/
npx sb@next init
Expected behavior
n/a
Screenshots
n/a
Code snippets
n/a
System
Additional context
Project is a blank project generated with
npm init @vitejs/app
The text was updated successfully, but these errors were encountered: