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
Error: Could not evaluate the @storybook-vue/nuxt package from the 'framework' field of Storybook config. Are you sure it's a valid package and is installed?
sh: storybook-nuxt: command not found
The stories property of StorybookConfig has an error: Object literal may only specify known properties, and 'stories' does not exist in type 'StorybookConfig'
The preview.ts has an error: Module '"@storybook-vue/nuxt"' has no exported member 'Preview'
Eventually I got Storybook started by downgrading Storybook to a non-alpha version, and manually installing the storybook-nuxt cli package, but...
Instead of rendering the story, Storybook renders, for the story, a Nuxt 404 page.
The text was updated successfully, but these errors were encountered:
I tried this earlier to bootstrap a new project and still does not work. same issue though Error: Could not evaluate the @storybook-vue/nuxt package from the 'framework' field of Storybook config. Are you sure it's a valid package and is installed?
I encountered the following errors:
Error: Could not evaluate the @storybook-vue/nuxt package from the 'framework' field of Storybook config. Are you sure it's a valid package and is installed?
sh: storybook-nuxt: command not found
stories
property ofStorybookConfig
has an error:Object literal may only specify known properties, and 'stories' does not exist in type 'StorybookConfig'
preview.ts
has an error:Module '"@storybook-vue/nuxt"' has no exported member 'Preview'
Eventually I got Storybook started by downgrading Storybook to a non-alpha version, and manually installing the
storybook-nuxt
cli package, but...Instead of rendering the story, Storybook renders, for the story, a Nuxt 404 page.
The text was updated successfully, but these errors were encountered: