error :: ✖ something bad happened, resetting streetmerchant in 5 seconds Could not find browser revision 818858. Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary. {
"stack": "Error: Could not find browser revision 818858. Run \"PUPPETEER_PRODUCT=firefox npm install\" or \"PUPPETEER_PRODUCT=firefox yarn install\" to download a supported Firefox browser binary.\n at ChromeLauncher.launch (C:\streetmerchant\node_modules\puppeteer\lib\cjs\puppeteer\node\Launcher.js:79:23)\n at async PuppeteerExtra.launch (C:\streetmerchant\node_modules\puppeteer-extra\dist\index.cjs.js:129:25)\n at async main (C:\streetmerchant\build\index.js:46:15)\n at async loopMain (C:\streetmerchant\build\index.js:82:9)"
same for me on my raspberry
I had the same error. I fixed it by running 'npm install' in ./node_modules/puppeteer-extra/ dir.
Most helpful comment
I had the same error. I fixed it by running 'npm install' in ./node_modules/puppeteer-extra/ dir.