techniq / mui-downshift

Thin layer over paypal's downshift to use Material UI visual components
https://techniq.github.io/mui-downshift/
MIT License
92 stars 24 forks source link

Storybook not starting #66

Closed neocybereth closed 5 years ago

neocybereth commented 6 years ago
/bin/sh: start-storybook: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

is the error I get when I run yarn storybook

techniq commented 6 years ago

Hmm... works here :)

I assume you've ran yarn install first? Also, run ls -l node_modules/.bin/start-storybook to verify the executable is available.

image

neocybereth commented 6 years ago

yarn upgrade did the trick for me

ryb73 commented 4 years ago

This happened to me after doing a yarn upgrade-interactive and running yarn afterwards fixed it for me