From 13a5011cf2f62711e25ea365143471c3338d509d Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Wed, 12 Apr 2023 16:49:23 +0100 Subject: [PATCH] Merge pull request #21977 from storybookjs/fix_sandbox_command_instructions Chore: (CLI) Fix CLI sandbox command --- code/lib/cli/src/sandbox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/cli/src/sandbox.ts b/code/lib/cli/src/sandbox.ts index 94e0a18ccebe..2938414adbfa 100644 --- a/code/lib/cli/src/sandbox.ts +++ b/code/lib/cli/src/sandbox.ts @@ -172,7 +172,7 @@ export const sandbox = async ({ const initMessage = init ? chalk.yellow(`yarn install\nyarn storybook`) - : `Recreate your setup, then ${chalk.yellow(`run npx storybook init`)}`; + : `Recreate your setup, then ${chalk.yellow(`npx storybook@latest init`)}`; logger.info( boxen(