-
Notifications
You must be signed in to change notification settings - Fork 439
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
Intro to Storybook Vue Tutorial Broken #494
Comments
@davidshq thanks for bringing this to our attention. I briefly encountered this issue when updating the documentation (tutorial) to Vue 3. What solved it for me was to clean out my yarn cache and pull in the template and go through the tutorial. I'll check it out once again to see if the issue persists. If that's the case, then I'll adjust the template accordingly and I'll let you know and we'll go from there. Sounds good? Stay safe |
@MariuszDabrowski and @davidshq going to close this down as the issue has resolved itself with Storybook 6.3. I've just finished a rundown on the tutorial with the updated version and no longer the issue presented itself. Can you check on your end and report back if the issue still presents itself and I'll gladly re-open this issue and triage it. Stay safe both of you |
Edit: |
@prathamesh-gharat no problem whatsoever :) |
Hi All,
I attempted to follow the instructions for the Vue Tutorial:
https://storybook.js.org/tutorials/intro-to-storybook/vue/en/get-started/
I ran into a number of errors when attempting to run
yarn storybook
which appear to be related tovue-template-compiler
andvue-loader
.I was able to get Storybook to load by using @F0rsaken's instructions in storybookjs/storybook#10654 (comment)
Specifically, running
yarn add vue-loader@next
The text was updated successfully, but these errors were encountered: