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(