We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nuxtjs/storybook: v2.1.0 nuxt: v2.14.3 @nuxt/typescript-runtime: v1.0.0 @nuxt/typescript-build: v2.0.2
Run storybook through npm: npm run storybook Where package.json is setup as:
npm run storybook
package.json
"storybook": "nuxt storybook -s ./static -p 6006"
Storybook starts and shows stories.
Storybook loads doesn't show stories and in console.log it shows:
(The error occurs in entry.js)
The text was updated successfully, but these errors were encountered:
Could you provide a reproduction project? I've tested in a new project and it works fine for me.
Sorry, something went wrong.
This seems to have been fixed in v2.2.1
No branches or pull requests
Version
@nuxtjs/storybook: v2.1.0
nuxt: v2.14.3
@nuxt/typescript-runtime: v1.0.0
@nuxt/typescript-build: v2.0.2
Steps to reproduce
Run storybook through npm:
npm run storybook
Where
package.json
is setup as:What is Expected?
Storybook starts and shows stories.
What is actually happening?
Storybook loads doesn't show stories and in console.log it shows:
(The error occurs in entry.js)
The text was updated successfully, but these errors were encountered: