관리 메뉴

Silver Library (Archived)

Should I really run NPM audit fix? 본문

카테고리 없음

Should I really run NPM audit fix?

Chesed Kim 2023. 4. 1. 19:34
반응형

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.