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
This line sets the chromium path to opt homebrew, but the code doesn't enforce that homebrew chromium exists.
Should either remove this line from .env if we want to let puppeteer download and manage the chromium install, or we should add a postinstall script that checks for homebrew chromium.