Skip to content

Commit

Permalink
Update bin/ui/messages/errors/noViewLayerPackage.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Nguyen <dom@hichroma.com>
  • Loading branch information
ghengeveld and domyen committed Apr 23, 2021
1 parent 4f994b1 commit 289b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ui/messages/errors/noViewLayerPackage.js
Expand Up @@ -7,5 +7,5 @@ export default (pkg) =>
dedent(chalk`
${error} {bold Storybook package not installed}
Could not find {bold ${pkg}} in {bold node_modules}.
Most likely you forgot to run {bold npm install} or {bold yarn} before running Chromatic.
Most likely, you forgot to run {bold npm install} or {bold yarn} before running Chromatic.
`);

0 comments on commit 289b9b5

Please sign in to comment.