-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sh: storybook: command not found #1726
Comments
make sure you're using the latest You could have a look at our react-native example here: Check for difference in package.json, because something is causing some packages not to get installed. |
I've just run
You are probably missing that part. |
Same problem here. I updated it today and still can't run the 'storybook' command. |
Yeah this makes sense... You need: NOT |
Please re-open this issue if this doesn't fix your problem I'm really certain it will! |
@ndelangen, thanks! Apart from incorrectly installing
And if so where do I get the versions for each package? |
You could choose to install and use these:
But they are optional. They are addons enriching storybook's functionality. The other packages are internal and you do not need them inside your You can view package versions on npmjs.com or in your terminal by running |
Hey everyone, thanks for all the replies, storybook is truely thriving!! Here's what helped to get it working... @ndelangen And also installing some babel packages was needed...
aWesome!! |
Hello,
Trying react-native with Storybook and failing.
Followed this:
Step 5 not working.. see subject line - sh: storybook: command not found
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: