NEXT.js v15 support? #29428
Unanswered
triley-sooty
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
NEXT.js v15 was released and it's incompatible with current version of Storybook . Here's the log:
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/next
npm error next@"15.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer next@"^13.5.0 || ^14.0.0" from @storybook/[email protected]
npm error node_modules/@storybook/nextjs
npm error dev @storybook/nextjs@"^8.3.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions