Should your package json include a dependency to Jade. I know its obvious but I used local dependenices (npm install .) and choose to install html2jade globally (well local globally)..
FYI, html2jade doesn't use jade module to generate jade output. Adding jade dependency could be convenient but, at this time, I don't see a compelling need. Thanks for the suggestion though. :-)
Should your package json include a dependency to Jade. I know its obvious but I used local dependenices (npm install .) and choose to install html2jade globally (well local globally)..