-
-
Notifications
You must be signed in to change notification settings - Fork 27
Powershell issues #34
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
npm-audit-htmldoesn't seem to work in Powershell. Pipingnpm audit --jsonintonpm-audit-htmldoes not actually work. For some reason, there is nostdin. The process just silently exits.Also, reading directly from a JSON files doesn't work in Powershell (e.g.
npm audit --json > audit.json; npm-audit-html -i audit.json). ThereadJsonfunction fails due to charector encoding issues.