Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI export does not work with playwright-chromium installed #2091

Open
pistolario opened this issue Feb 27, 2025 · 0 comments
Open

CLI export does not work with playwright-chromium installed #2091

pistolario opened this issue Feb 27, 2025 · 0 comments

Comments

@pistolario
Copy link

pistolario commented Feb 27, 2025

If I use npx slidev export --output myoutput.pdf
the output is OK.

But If I install playwright-chromium the output is only a 6 KB pdf, with the pages all in white (the 25 expected pages all empty).

Later, If I uninstall playwright-chromium , the output comes back to normal.

Environment

Full nodes:
{
"dependencies": {
"@slidev/cli": "^51.3.0",
"@slidev/theme-default": "^0.25.0"
},
"devDependencies": {
"playwright-chromium": "^1.50.1"
}
}

OS: W11
Nodejs: node-v20.10.0-win-x64

As a side note (I should be other bug report, the same export from the URL ....export/ ) generates something wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant