-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
The entry point "vue" cannot be marked as external #658
Comments
+1 experienced the same thing, i think it's caused by some change in recent version as with older package-lock.json in my project it worked for me |
Doesn't it feel like something is off with npm downloads? It seems like instead of @nuxtjs/storybook, it installs nuxt-storybook. |
Duplicates |
Please make sure that you have |
Thanks @tobiasdiez , the "vue cannot be marked as external" error disappears once updating @storybook-vue/nuxt to 0.2.8. However after opening storybook in the browser http://localhost:6006/ I get this error:
I tried downgrading nuxt to 3.11.2, and it's the same. Let me know if you want me to open another ticket for this issue. |
Is that while running the nuxt dev server or only the storybook dev server ( |
I was able to reproduce this with a fresh Nuxt 3 project ( Starting the nuxt dev server created the base Running |
I just tested on my side and same error as @AveryBibeau
And even after that, if I try again to do a yarn run storybook I always get the error
|
…nstead of .js (#663) Fixes the issue mentioned in #658 (comment)
This still seems to be an issue |
I cannot setup storybook on a fresh project of nuxt.
Steps to reproduce:
Edit package.json and nuxt.config.ts and replace nuxt-storybook with @nuxtjs/storybook at version 8.1.1
then run:
Then this error appears:
✘ [ERROR] The entry point "vue" cannot be marked as external
Here is my nuxt.config.ts
and package.json
and storybook is unfortunately not running.
The text was updated successfully, but these errors were encountered: