mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
improve error message
This commit is contained in:
parent
b1b1e27c0f
commit
cc82057d88
@ -49,7 +49,7 @@ export const bareMdxStoriesGlob: Fix<BareMdxStoriesGlobRunOptions> = {
|
||||
if (!sbVersionCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ export const missingBabelRc: Fix<MissingBabelRcOptions> = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ export const newFrameworks: Fix<NewFrameworkRunOptions> = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine Storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ export const nodeJsRequirement: Fix<NodeJsRequirementOptions> = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ export const sbBinary: Fix<SbBinaryRunOptions> = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,7 @@ export const sbScripts: Fix<SbScriptsRunOptions> = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,7 @@ export const webpack5: Fix<Webpack5RunOptions> & CheckBuilder = {
|
||||
if (!storybookCoerced) {
|
||||
throw new Error(dedent`
|
||||
❌ Unable to determine storybook version.
|
||||
🤔 Are you running automigrate from your project directory?
|
||||
🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag.
|
||||
`);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user