Fresh install of storybook not working
Heya,
I created a new Nuxt app and followed the docs of https://nuxt.com/modules/storybook#features however when starting storybook I get the following error:
error: The entry point "vue" cannot be marked as external
1 Reply
I got the same issue,
https://github.com/nuxt-modules/storybook/pull/663#issuecomment-2253276977
GitHub
fix: update file extensions for generated vite configs to use .json...
Fixes the issue mentioned in #658 (comment)