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
This won't work due to a missing package @storybook/vue3-vite...
npm i -D @storybook/vue3-vite@8.0.8
results in
Error: Build failed with 1 error:
error: The entry point "vue" cannot be marked as external
Subsequent attempts to update packages and fixing mismatched peer dependencies will just result in cascades of incompatibilities and utlimate failure.
Additional context
Reading through various issues it appears that there's currently no clearly documented way to install the module and its dependencies in a working state. If you're unable to fix it it would be very much appreciated if you could at least update the documentation and add a warning that the project is in a non-functional state. It would have saved me a few hours trying to get it to work.
Thank you!
The text was updated successfully, but these errors were encountered:
Environment
nuxt@3.15.0
@nuxtjs/storybook@8.3.2
Reproduction
Create a fresh nuxt project and add the module as per documentation. Run storybook task.
Describe the bug
I tried to install storybook-nuxt in a fresh Nuxt project and it's not working. I followed the steps outlined in the docs, namely:
This won't work due to a missing package
@storybook/vue3-vite
...results in
Error: Build failed with 1 error: error: The entry point "vue" cannot be marked as external
Subsequent attempts to update packages and fixing mismatched peer dependencies will just result in cascades of incompatibilities and utlimate failure.
Additional context
Reading through various issues it appears that there's currently no clearly documented way to install the module and its dependencies in a working state. If you're unable to fix it it would be very much appreciated if you could at least update the documentation and add a warning that the project is in a non-functional state. It would have saved me a few hours trying to get it to work.
Thank you!
The text was updated successfully, but these errors were encountered: