Error: Browser does not exist
See original GitHub issueHi, I installed storybook-chrome-screenshot
1.3.0 and face this error when running npm run screenshot
on Windows 10:
UnhandledPromiseRejectionWarning: Error: Browser does not exist
at Browser.<anonymous> (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:70:27)
at step (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:32:23)
at Object.next (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:13:53)
at C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:7:71
at new Promise (<anonymous>)
at __awaiter (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:3:12)
at Browser.close (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\Browser.js:67:16)
at C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\App.js:217:100
at Array.map (<anonymous>)
at App.<anonymous> (C:\app\node_modules\storybook-chrome-screenshot\lib\core\app\App.js:217:72)
There are no warnings/errors when installing puppeteer.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
Property 'browser' does not exist on type 'Process'. · Issue #2177
How to solve this error in TypeScript?
Read more >process.browser does not exist - Stack Overflow
Hey! I think the process variable is only available in the node env and electron if I'm not wrong. You can try to...
Read more >How to Fix the ERR_CONNECTION_REFUSED Error in Chrome
To do so, begin by opening up Chrome's primary menu (in the top-right corner of your browser window). From there, select More Tools:...
Read more >How To Fix This Webpage Is Not Available Error In Google ...
This webpage is not available is one of the most irritating errors in Google Chrome that many internet users are encountering. When it...
Read more >How To Fix “Webpage Not Available” Error in Your Browser
Solved: This webpage is not available in Google Chrome, Edge, and Firefox · Method 1. Make sure the website URL is correct ·...
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
Pass the browser you want to use on storybook-chrome-screenshot as Puppeteer configuration, for example, if you have Chrome:
Hi, I’m hitting the exact same issue on windows 10 when trying to execute storybook-chrome-screenshot. Is there any solution for this ?