Things to Watch Out for with npm audit fix –force
Running npm audit fix --force can also downgrade the version of a node module. That’s because it looks for a version where the security vulnerability doesn’t occur.
20211027
Running npm audit fix --force can also downgrade the version of a node module. That’s because it looks for a version where the security vulnerability doesn’t occur.
20211027
Leave a comment