Error on running getstorybook
See original GitHub issueHi, I have a test meteor react todo project which runs fine, and wanted to add storybook to learn it while prototyping some new UI components.
Tried the recommended setup sequence but gets fails on:
G:\Meteor Projects\Meteor 1.4\rubix-meteor-todolist>getstorybook
getstorybook - the simplest way to add a storybook to your project.
• Detecting project type. ✓ • Adding storybook support to your “Meteor” app. ✓ • Preparing to install NPM dependencies. ✓ • Installing NPM dependencies. ✖
An error occured while running `npm install`.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:24 (10 by maintainers)
Top Results From Across the Web
Error on running getstorybook · Issue #430 - GitHub
Hi, I have a test meteor react todo project which runs fine, and wanted to add storybook to learn it while prototyping some...
Read more >npm run storybook fails on new react project - Stack Overflow
npm i -g getstorybook. getstorybook. npm run storybook. I get the following error: ERROR in ./.storybook/config.js Module build failed: ...
Read more >getstorybook - npm
Start using getstorybook in your project by running `npm i getstorybook`. There are 3 other projects in the npm registry using getstorybook.
Read more >CLI options - Storybook
-p , --port [number], Port to run Storybook start-storybook -p 9009 ... Available options: silly , verbose , info (default), warn , error...
Read more >Storybook for React - Percy Docs
On the line that imports from @storybook/react, add getStorybook and ... This will run Storybook's build-storybook command to create a static site from...
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 FreeTop 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
Top GitHub Comments
The problem is spawnSync, used in lib/helpers.js. If you change the npm command to npm.cmd then it works.
We need to see what’s actually breaking here. It’s hard to say without seeing any error info. Anyway, try to use our Slow Start Guide.