Skip to content
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

Closed
davidshq opened this issue May 17, 2021 · 5 comments
Closed

Intro to Storybook Vue Tutorial Broken #494

davidshq opened this issue May 17, 2021 · 5 comments

Comments

@davidshq
Copy link

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 to vue-template-compiler and vue-loader.

I was able to get Storybook to load by using @F0rsaken's instructions in https://github.com/storybookjs/storybook/issues/10654#issuecomment-796593903

Specifically, running yarn add vue-loader@next

@jonniebigodes jonniebigodes self-assigned this May 17, 2021
@jonniebigodes
Copy link
Collaborator

@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
Copy link

I ran into this same issue today, for anyone that stumbles across this, this is the error you get:

Screen Shot 2021-06-04 at 1 52 08 PM

Which can be fixed by installing Vue Loader by running yarn add vue-loader@next --dev

@jonniebigodes
Copy link
Collaborator

@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

@prathamesh-gharat
Copy link

prathamesh-gharat commented Apr 11, 2022

Edit: Wrong issue - please delete

@jonniebigodes
Copy link
Collaborator

@prathamesh-gharat no problem whatsoever :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants