-
Notifications
You must be signed in to change notification settings - Fork 7
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
slidev export failed in container #3
Comments
Hello, This error complains about Chromium not being able to launch, this is a known bug on Node alpine images see here, this will not be fixed on the alpine linux-based image, but I'll introduce a new tag with debian-based images to fix this bug |
I am building from ubuntu:
In container:
Got err log:
I want to run slidev in container, and export pdf file. |
@kkongling Sorry for the wait, issue is on the way of being fixed |
@Stig124 there seem to be a few commits on the |
This Dockerfile can resolve this issue. FROM mcr.microsoft.com/playwright:focal
RUN yarn global add @slidev/cli how to use
|
command:
Got err log:
The text was updated successfully, but these errors were encountered: