philipwalton / html-inspector

HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.
2.32k stars 145 forks source link

No output from html-inspector #65

Open modulexcite opened 7 years ago

modulexcite commented 7 years ago

Thank you for an excellent tool. I can't seem to get the html-inspector cli to work on my machine. It starts PhantomJS with the following arguments when I execute htmlinspector try.html but is not returning any output.

phantomjs C:\Users\mattjs\AppData\Roaming\npm\node_modules\html-inspector\bin\phantom-runner.js C:\Users\mattjs\AppData\Roaming\npm\node_modules\html-inspector C:\Users\mattjs\AppData\Roaming\npm\node_modules\html-inspector\try.html ""

I had to force quit PhantomJS to exit. Any help on this would be greatly appreciated.

Environment

modulexcite commented 7 years ago

As a workaround, I have added html-inspector.js as a Chrome DevTools Snippet to be able to run it in the browser.

Januszpl commented 7 years ago

I have the same problem