-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
compiler.hooks.compilation.tap broken setup webpack problem setup bug #4392
Comments
If you want webpack 4, you should use the alpha version. It won't be long till we release that as the new major: 4.0.0 |
The issue is you're using a webpack 4 plugin when storybook 3.x uses webpack 3. So alternatively you can downgrade the plugin. But honestly the alpha is good, you should be able to use it. |
Hey @ndelangen I'm ok with using whatever webpack works so i can start learning storybook. I'm new and trying to use the tutorial to get started. I never specified a version of webpack. To try and get started with vue storybook, I did the following (new project):
|
I think the tutorial you're following was likely written when vue-cli was still using webpack 3. It's been changed & upgraded in the mean time. replace with in your tutorial. I think this will resolve the issue. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
This is still happening for the react tutorial, I've used the alpha to get it working but I don't want fall into using an alpha just to get this working? Why isn't version 4.0.0 working? |
What alpha are you using ? V4 is already stable. Can you elaborate on your usecase a bit ? |
Sorry, ignore my previous comment - I just re-installed storybook again, and its running version 4.0.8 fine. :) |
👌 |
Bug or support request summary
I'm following the guide https://storybook.js.org/basics/guide-vue/ for vue. As soon as i try to run the storybook it breaks
Steps to reproduce
Follow all the steps from https://storybook.js.org/basics/guide-vue/ on a Linux/Ubuntu Machine (18 LTS). As soon as you get to "npm run storybook" you get the following:
Please specify which version of Storybook and optionally any affected addons that you're running
package.json
maybe #3044 is not fixed?
The text was updated successfully, but these errors were encountered: