I'm facing difficulties installing Storybook in a Vue Cli 3 project. Every time I try to npm run storybook
, I encounter this error:
Cannot find module '@storybook/vue/dist/server/config/defaults/webpack.config.js'
I suspect that this issue arises because webpack is now an integral part of Vue Cli since version 3.
Despite following various tutorials and configurations like this one, this one, and this one, I am still encountering the same or similar webpack-related errors.
Any suggestions on how to successfully run Storybook in Vue Cli 3?