mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:21:06 +08:00
Add instructions to run automigrate
This commit is contained in:
parent
ba66e217a1
commit
ccd3f932b5
@ -16,7 +16,10 @@ export function validateFrameworkName(frameworkName: string) {
|
||||
if (rendererNames.includes(frameworkName)) {
|
||||
throw new Error(dedent`
|
||||
Invalid value of ${frameworkName} in the 'framework' field of Storybook config.
|
||||
Please see the v7 Migration guide for more information:
|
||||
|
||||
Please run 'npx sb@next automigrate'
|
||||
|
||||
See the v7 Migration guide for more information:
|
||||
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-field-mandatory
|
||||
`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user