dijitaltrix
dijitaltrix
For anyone looking to do the same it is fairly simple. 1. Edit the jail.conf for the jail to be converted to VNET Add the following lines, replacing X with...
Same issue here on macos Mojave 10.14.6, I tried markdown-pdf v9.0.0 and v10.0.0 ``` $ markdown-pdf readme.md $ markdown-pdf -c ./ readme.md ``` Same error but line 117 ``` internal/validators.js:117...
This may be related to #181 Checking the code in `index.js` I found my `opts.phantomPath` was empty on line 117. PhantomJS is required to render the PDF so you must...