You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After first having installed dependencies (npm install / yarn install), the first start (npm start / yarn start) can fail because of a race condition where static/index.css is not generated yet.
In that case you just have to re-start Storybook (just call npm start / yarn start again), but it shouldn't be necessary!
The text was updated successfully, but these errors were encountered:
After first having installed dependencies (
npm install
/yarn install
), the first start (npm start
/yarn start
) can fail because of a race condition wherestatic/index.css
is not generated yet.In that case you just have to re-start Storybook (just call
npm start
/yarn start
again), but it shouldn't be necessary!The text was updated successfully, but these errors were encountered: