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

Update Storybook install command for v8.6.7 #1104

Open
metafeather opened this issue Mar 21, 2025 · 1 comment
Open

Update Storybook install command for v8.6.7 #1104

metafeather opened this issue Mar 21, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers NeedsImplementation Needs implementation

Comments

@metafeather
Copy link

When using the current latest Storybook CLI (v8.6.7 at the time of writing) the install fails due to a prompt to select features to use.

The npx install command should now be:

cmd.Args = []string{"npx", "sb", "init", "--features", "docs", "test", "-t", "server", "--no-dev"}

Related to #957, #1018, and #1024

@a-h a-h added enhancement New feature or request good first issue Good for newcomers NeedsImplementation Needs implementation labels Mar 23, 2025
@a-h
Copy link
Owner

a-h commented Mar 23, 2025

Happy to take a PR on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers NeedsImplementation Needs implementation
Projects
None yet
Development

No branches or pull requests

2 participants