Change Undetected project feedback

This commit is contained in:
Keraito 2018-09-20 11:00:24 +02:00
parent d372b7e688
commit c018d98e8f

View File

@ -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.