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
Describe the bug
When executing npm run storybook-build I always get this error: npm ERR! missing script: build-storybook.
I already upgraded Storybook from version 3 to 5, Babel from 6 to 7 and Webpack from 3 to 4, and already deleted node_modules and package-lock.json thousand times and install everything again and the problem remains. Can someone help me?
Describe the bug
When executing
npm run storybook-build
I always get this error: npm ERR! missing script: build-storybook.I already upgraded Storybook from version 3 to 5, Babel from 6 to 7 and Webpack from 3 to 4, and already deleted node_modules and package-lock.json thousand times and install everything again and the problem remains. Can someone help me?
To Reproduce
Steps to reproduce the behavior:
npm install
npm run storybook-build
Expected behavior
The storybook should be built normally and successfully.
Screenshots
Code snippets
My project code: https://github.com/Ninita1/storybook5_babel7_webpack4
package.json:
System:
The text was updated successfully, but these errors were encountered: