Mac Failed to Install Playwright Chromium

Why note this? PR’s CI checked failed as i skipped install dependency and update pnpm-lock file, so i must to install it and update pnpm-lock file to pass CI. PR’s details: https://github.com/originjs/vite-plugin-federation/pull/127 When install pnpm install playwright-chromium always pending like this: node_modules/.pnpm/[email protected]/node_modules/playwright-chromium: Running install script... The solution is try to manual install chromium and ffmpeg, the deitails: details:https://github.com/microsoft/playwright/blob/main/packages/playwright-chromium/install.js The version’s info and install details pls check this file: https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/utils/registry.ts...

March 8, 2023 · 1 min · genffy