philipwalton/html-inspector

No output from html-inspector

modulexcite opened this issue · 2 comments

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

  • html-inspector version: 0.8.2
  • PhantomJS version: 2.1.1
  • Node.js version: 6.9.2 32-bit
  • npm version: 4.0.5
  • OS: Windows 7 SP1 64-bit

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

I have the same problem