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
When doing yarn for a clean repo, the browser doesn't get downloaded.
Now if someone installs a later puppeteer version than the one rebrowser is on, then we get an error when they transition over to rebrowser, which is somewhat to be expected.
Wondering if rebrowser should also be responsible for downloading the right browser version that the package should run on.
The text was updated successfully, but these errors were encountered:
aumeshm
changed the title
Installing rebrowser from scratch installs wrong browser version
Wrong browser version/ No browsers installed
Nov 14, 2024
What package do you use? rebrowser-puppeteer is the original puppeteer package with just the patches applied, it doesn't change anything with browser download process, so it should work fine. Same applies to rebrowser-playwright package.
When doing
yarn
for a clean repo, the browser doesn't get downloaded.Now if someone installs a later puppeteer version than the one rebrowser is on, then we get an error when they transition over to rebrowser, which is somewhat to be expected.
Wondering if rebrowser should also be responsible for downloading the right browser version that the package should run on.
The text was updated successfully, but these errors were encountered: