Filtering install commands from npm audit in Powershell
npm packages woefully out of date? Chances are, you're struggling to see what install commands would reduce npm audit
warnings. Filter them easily in PowerShell with:
npm audit | Where { $_ -match "# Run.*" }
Written by Darren Hickling
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Npm
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#