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
latest
next
normal cases:
npx storybook@latest init npx storybook@next init npx storybook@8.4.0 init npx storybook@^8.4.0 init // with -p npx -p @storybook/cli@8.4.0 storybook // with env FOO=5 npx storybook@8.4.0 storybook // pnpm pnpm dlx storybook@^8.4.0 init pnpm dlx --package @storybook/cli@8.4.0 storybook init // yarn yarn dlx storybook@^8.4.0 init yarn dlx -p @storybook/cli@8.4.0 storybook init
invariant cases:
npx storybook init
edge cases:
node ../../../../mono/storybook/code/lib/cli/bin init node ../../../../mono/storybook/code/lib/cli/dist/index.js init
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
normal cases:
invariant cases:
edge cases:
The text was updated successfully, but these errors were encountered: