-
-
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
Local examples do not build correctly #699
Comments
For me this is working (now). Which OS do you use? |
I'm on MacOS. After the latest PRs, I don't get the
And whenever you navigate to a story after the first one, you get a "context conflict" error:
|
The first two errors seem to be harmless, although it would be good to fix them of course. I do experience the context conflict error or sometimes a nuxt instance error when switching stories, see #661. Usually, one just needs to reload the page and then the story shows correctly. Did not yet found the time to investigate this. Closing as the original is fixed now. |
Description
Building storybook for examples only renders the sample Nuxt welcome page story and not the stories from the example
Reproduction
pnpm install
pnpm example:showcase:build
pnpm example:showcase:storybook:build
npx http-server
).Might be related to
os.platform
in jiti: https://github.com/unjs/jiti/blob/e78daeb2a127d2686b45abe606f39a25efbbf769/src/jiti.ts#L23The text was updated successfully, but these errors were encountered: