Skip to content
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

Project is in a non-functional state. Please fix or update docs. #811

Open
juni0r opened this issue Nov 10, 2024 · 0 comments
Open

Project is in a non-functional state. Please fix or update docs. #811

juni0r opened this issue Nov 10, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@juni0r
Copy link

juni0r commented Nov 10, 2024

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:

npx nuxi@latest module add storybook
npx storybook-nuxt init
npm run storybook

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!

@juni0r juni0r added the type: bug Something isn't working label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant