We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With a empty project and a new version of node:
npx sb init
In the project type section select vue, you let install the program and when you run
npm run storybook
This error appear:
ERR! Error: Cannot find module 'vue/dist/vue.esm.js'
Actually the storybook package is the next:
And my node is in the latest version:
PD: I tried in an Ubuntu SO and in an Windows SO with the same bug.
The text was updated successfully, but these errors were encountered:
Posible fix in this PR #15965
Sorry, something went wrong.
Fixed in #14624 which was released in https://github.com/storybookjs/storybook/releases/tag/v6.5.0-alpha.7
Hi @shilman, using
npx sb@6.5.0-alpha.7 init and then npm run storybook using node LTS 16.15.0
npx sb@6.5.0-alpha.7 init
I got the same error described by @RaulGF92 :(
No branches or pull requests
With a empty project and a new version of node:
In the project type section select vue, you let install the program and when you run
This error appear:
Actually the storybook package is the next:
And my node is in the latest version:
PD: I tried in an Ubuntu SO and in an Windows SO with the same bug.
The text was updated successfully, but these errors were encountered: