Silver Library (Archived)
Should I really run NPM audit fix? 본문
반응형
The answer is 'do not, unless you have to'. This may remove the security warning message but there are several reports: once you apply this command as npm audit fix --force, this may downgrade some of your dependencies and this may include your react library version too.
If you have to do so, be sure to backup your storage first. Always.