Monday 28 January 2019

How to get npm audit log when npm audit gives 400 bad request?

Hello so I am trying to upgrade to Node 11 with my project and when I run install it keeps saying I have security vulnerabilities and to run `npm audit fix` to fix them. Unfortunately that always comes back with E400 bad request.So when I googled I found a bunch of explanations related to github repos or no versions and I tried removing anything like that from my package.json but nothing I do seems to make `npm audit` work for me.Anyone know a way I can just get a list of the packages that `npm audit` doesn't like? Thank you.

Submitted January 29, 2019 at 12:57AM by runvnc

No comments:

Post a Comment