-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
about slidev export #532
Comments
I think you have to install playwright in the directory of you slide project that seems to be |
thx! But it's a pity for me that i have to install something into the project's directory, what i think goes against the goal of global installation. |
Do you have |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
first, i install the playwright into the '../@slidev/cli' path by using 'npm i -D playwright-chromium'
and then, this is what i can see in powershell 7 when i type in 'slidev export' from another path:
●■▲
Slidev v0.29.2 (global)
theme @slidev/theme-seriph
entry D:\File\ResourceCode\Python\slide\slides.md
Error: The exporting for Slidev is powered by Playwright, please installed it via
npm i -D playwright-chromium
at exportSlides (D:\Software\ProgrammingAndEnvironment\nodejs\node_global\node_modules@slidev\cli\dist\export-XA3FQNS5.js:66:11)
at Object.handler (D:\Software\ProgrammingAndEnvironment\nodejs\node_global\node_modules@slidev\cli\dist\cli.js:274:18)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
PS D:\File\ResourceCode\Python\slide>
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: