-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Labels
type: bug
Something isn't working
Comments
I second this. I am also running into issues with this project. Here are some messages
Which then you do
How do we get to a working result? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
[email protected]
@nuxtjs/[email protected]
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: