Skip to content

Update Storybook install command for v8.6.7 #1104

@metafeather

Description

@metafeather

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions