#nextjs

3 messages · Page 1 of 1 (latest)

wispy narwhal
#

Hi im integrating Nextjs 13 with app routing with storybook 7 and i'm getting an error when running npm run sotrybook
[ERROR] Could not resolve "storybook/addon-toolbars/manager"
i start a new next app from scratch and the run the sb init on it and when run storybook i get this error

drifting radish
#

Do you have a reproduction handy? We’re still figuring out the recommended pattern for Nextjs app directory, but i don’t think the error you’re seeing is at all related to that. Seems more like a package manager thing

wispy narwhal
#

node version v18.16.0
do npx create-next-app next-storybook
inside next-storybook execute npx sb init --builder webpack5
then execute npm run storybook and i get the following error.