TJkrusinski / NodePDF

Down and dirty PDF rendering in Node.js with PhantomJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"which" is not supported on windows

Faleij opened this issue · comments

child.js: 18 - Command 'which' is not available on windows by default, 'where' is the windows equivalent of 'which'.

Ok, just need to check process.platform and if it's win32 then change command to where. I'll do it this afternoon. Thanks!

Fixed and published @1.0.3