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
It looks like installing this package doesn't work in macOS 12.0 Monterey:
$ npm install
> @recordreplay/playwright@1.10.6 install
> node install.js
Installing replay browsers...
Done.
/Users/dan/devel/playwright/lib/install/installer.js:130
throw new Error(`Failed to download ${browserName}, caused by\n${e.stack}`);
^
Error: Failed to download chromium, caused by
Error: ERROR: Playwright does not support chromium on mac12-arm64
at Object.assert (/Users/dan/devel/playwright/lib/utils/utils.js:86:15)
at Registry.downloadURL (/Users/dan/devel/playwright/lib/utils/registry.js:307:17)
at Object.downloadBrowserWithProgressBar (/Users/dan/devel/playwright/lib/install/browserFetcher.js:84:26)
at async validateCache (/Users/dan/devel/playwright/lib/install/installer.js:129:9)
at async installBrowsersWithProgressBar (/Users/dan/devel/playwright/lib/install/installer.js:80:9)
at /Users/dan/devel/playwright/lib/install/installer.js:130:19
at async validateCache (/Users/dan/devel/playwright/lib/install/installer.js:129:9)
at async installBrowsersWithProgressBar (/Users/dan/devel/playwright/lib/install/installer.js:80:9)
It looks like installing this package doesn't work in macOS 12.0 Monterey: