mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Change Undetected project feedback
This commit is contained in:
parent
d372b7e688
commit
c018d98e8f
@ -154,10 +154,7 @@ const installStorybook = (projectType, options) => {
|
||||
default:
|
||||
paddedLog(`We couldn't detect your project type. (code: ${projectType})`);
|
||||
paddedLog(
|
||||
"Please make sure you are running the `storybook init` command in your project's root directory."
|
||||
);
|
||||
paddedLog(
|
||||
'You can also install storybook for plain HTML snippets with `storybook init --type html` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/'
|
||||
'You can specify a project type explicitly via `storybook init --type <type>` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/'
|
||||
);
|
||||
|
||||
// Add a new line for the clear visibility.
|
||||
|
Loading…
x
Reference in New Issue
Block a user