Missing script: "start-storybook"
See original GitHub issuenpm run storybook
> frontend@0.0.1 storybook
> start-storybook -p 6006
sh: 1: start-storybook: not found
when ever i choose npx sb init --type … react or web-component i can’t start server
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ERR! on npm run storybook · Issue #145 - GitHub
1). Looking into it further, it looks like the sb init step is missing from the docs, telling users to start it up...
Read more >Error running storybook - sh: 1: start-storybook: not found
This error is due to the node_modules folder. If you delete that folder and run npm install . it will work. Mostly due...
Read more >Missing script: "start-storybook" #15843 - Issuehunt
Missing script : "start-storybook" #15843 · What happens when you do the following? ls node_modules/. · ls node_modules/.bin | grep storybook getstorybook ·...
Read more >Install Storybook
Setup the necessary scripts to run and build Storybook. Add the default Storybook configuration. Add some boilerplate stories to get you started.
Read more >@storybook/storybook-deployer - npm package | Snyk
Looks like @storybook/storybook-deployer is missing a security policy. ... script in your package.json [string] --ci Deploy the storybook in CI mode (github ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hello, when inside docker FROM node:buster
I try
npm install @storybook/cli@latest --save-exact
it didn’t install start-storybookWhich command should install start-storybook ? thanks
@lucilecoutouly did you find any solution for this issue?