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
I download the version ver.3.2.5 version for MacOS, and when I start Run the Demo Project, and it shows that install the chrome, but then it installed failed and some minitute later I cancel the install, then I run the demo again, it shows on the bellow status.
Failed to run puppeteer.launch() with options
{
"headless": true,
"devtools": false,
"slowMo": 30,
"ignoreHTTPSErrors": false,
"args": [
""
]
}
Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (869685).
And what should I do to solve this error although I delete the app it still gets this error.
The chrome or firefox on my Mac App is the latest version.
The text was updated successfully, but these errors were encountered:
Puppetry creates a directory with Jest project and install there NPM dependencies. If stopped the process you need to enter the created project directory, remove node_modules and allow Puppetry to reinstall them.
I download the version ver.3.2.5 version for MacOS, and when I start Run the Demo Project, and it shows that install the chrome, but then it installed failed and some minitute later I cancel the install, then I run the demo again, it shows on the bellow status.
And what should I do to solve this error although I delete the app it still gets this error.
The chrome or firefox on my Mac App is the latest version.
The text was updated successfully, but these errors were encountered: