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 deploying to Netlify, the first build fails with the following error:
12:35:01 PM: Error: The exporting for Slidev is powered by Playwright, please install it via `npm i -D playwright-chromium`
12:35:01 PM: at importPlaywright (file:///opt/build/repo/node_modules/@slidev/cli/dist/export-5TR5BGLG.js:514:9)
12:35:01 PM: at async exportSlides (file:///opt/build/repo/node_modules/@slidev/cli/dist/export-5TR5BGLG.js:133:24)
12:35:01 PM: at async build (file:///opt/build/repo/node_modules/@slidev/cli/dist/build-ILXZPI57.js:67:5)
12:35:01 PM: at async Object.handler (file:///opt/build/repo/node_modules/@slidev/cli/dist/cli.js:345:7)
After running npm i -D playwright-chromium and then pushing and triggering a build on Netlify, it builds fine. Then the next time I push it will give the error about needing browsers.
2:48:47 PM: ║ Looks like Playwright Test or Playwright was just installed or updated. ║
2:48:47 PM: ║ Please run the following command to download new browsers: ║
2:48:47 PM: ║ ║
2:48:47 PM: ║ npx playwright install ║
2:48:47 PM: ║ ║
2:48:47 PM: ║ <3 Playwright Team ║
2:48:47 PM: ╚═════════════════════════════════════════════════════════════════════════╝
After multiple "Retry with last commit" from Netlify it usually builds fine - but it's an endless cycle.
Describe the bug
When deploying to Netlify, the first build fails with the following error:
Build log
After running
npm i -D playwright-chromium
and then pushing and triggering a build on Netlify, it builds fine. Then the next time I push it will give the error about needing browsers.After multiple "Retry with last commit" from Netlify it usually builds fine - but it's an endless cycle.
Build log
This looks to be the same problem as #345
Minimal reproduction
Steps to reproduce the behavior:
This happens with any project, no matter how I create it
The text was updated successfully, but these errors were encountered: