Short question: Just tried installing the plugin with the following error:
lwip2@1.0.7 install C:..........\node_modules\lwip2
[exec] > node lib/install.js
[exec]
[exec] events.js:160
[exec] throw er; // Unhandled 'error' event
image-to-ascii
optional dependency from package.json
that was causing install headache. So for 99% of users this will help a lot. If you still want to use image-to-ascii feature, install image-to-ascii
individually. See the install section how to proceed in readme.md
. Cheers, Andrej
Hi @azachar , I recently installed this plugin and the reports are generating almost perfect in my local and I can view reports in index.html BUT when I added this to my Circle CI, the index.html generated there throws this error:
<!doctype html>
</head><body><!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--></body></html>
I am using Chrome in my circle CI and it always gets the latest chrome debian package.