-
```
decktape -h
module.js:538
throw err;
^
Error: Cannot find module '/usr/lib/node_modules/decktape/node_modules/hummus/binding/hummus.node'
at Function.Module._resolveFilename (m…
-
If you specify `--slides` > 9, then decktape cannot parse this number properly and prints the wrong slide.
In this example, I only want to print slide 16. But what actually prints is slide 6.
``…
-
Hello! I've just discovered webfonts don't work in 2.0.0 on Windows. I understand that might be part of 2.0.1? Any word on that release? If I can't wait, what are my options? Presumably I can try buil…
-
[Reprex](https://gist.github.com/pat-s/ee37144253e11e8da9947acf8d08ff65)
Running the linked html file with `decktape` v2.8.0 results in no code output. Version 2.6.1 works fine.
I haven't tested…
pat-s updated
6 years ago
-
Here is the command I used:
```
$ node decktape.js remark ~/Documents/tutorial.html ~/Desktop/my_tutorial.pdf
```
And the resulting filename was `My_Tutorial.pdf`
Why was the case changed?
-
When invoking fabsetup with a mispelled argument, i.e. `fabsetup new_adon` the output is:
```
fab new_adon
Warning: Command(s) not found:
new_adon
Available commands:
INIT …
-
Hello, I'm coming here to seek some help as I've spent hours trying to fix this.
When trying to print this slide with Decktape (also occurs when trying with Chrome directly):
[cloud-productivity.htm…
-
Hello,
I ran gitpitch locally on my windows machine and offline version (zip) wasn't getting created because there was no zip installed on my computer.
Maybe call out zip as one of the depende…
-
Reveal.js supports the following option :
_Open your presentation with print-pdf included anywhere in the query string. This triggers the default index HTML to load the PDF print stylesheet (css/pri…
-
Hi,
there's an apparently known [Bug in Decktape](https://github.com/astefanutti/decktape/issues/103) (or actually in puppeteer) resulting in an error while starting decktape because the underlying…
prskr updated
7 years ago