hotaydev / audit-export

A handy tool to export npm audit results to a full offline HTML page for a better view of your project's vulnerabilities.
https://www.npmjs.com/package/audit-export
MIT License
5 stars 4 forks source link

Report is only text, what am i missing to see the IU when I open the file #15

Open NicoleBWan opened 1 month ago

NicoleBWan commented 1 month ago

Hello, I've ran the command to get the audit report, but when I open the file (using IE, Edge, Chrome) from the base file explorer location, I only get the json text, no user interface. Am I missing a plugin? Thanks in Advance.

welcome[bot] commented 1 month ago

Thanks for opening this issue, a maintainer will get back to you shortly!

NicoleBWan commented 1 month ago

I found a work around. I created a script to run in task runner, when executed the file is correctly created and I am able to view the file in Edge with the displayed interface.

TaylorHo commented 3 weeks ago

Hello @NicoleBWan, thanks for the report!

Can you share with us details about your environment? Whats OS, Browser, and NodeJS version are you using?