Tony
Tony
Workaround for developing this project via Windows is using git bash shell as the script-shell for npm `npm config set script-shell ""` e.g. `npm config set script-shell "C:\Program Files\Git\git-bash.exe"` Dependency...
When you run the CLI it seems that it doesn't use the chrome default port. Explicitly set it to your chrome remote debugging port (Default 9222). ``` javascript var LowDB...
You can just pass printOptions directly to generator section. i.e. ```javascript var htmlPdf = require('html-pdf-chrome') module.exports = { api: { token: 'api-token' }, // html-pdf-chrome options generator: { completionTrigger: new...
PR #56 also fixes this issue