npm audit fix 경고는 보안경고 이를 해결하기 위해서 그대로 입력해주면 된다 npm audit fix --force이렇게 --force를 붙힌다면, major버전을 수정할 수 있기 때문에 기존의 라이브러리 API를 사용할 수 없게 될지도 모른다. 그래서 이 옵션은 사용시 유의할 것
npm audit fix
npm audit fix --force
--force
아래 링크 참조 https://medium.com/@kimjnsjwj/npm-about-audit-8e02e3b7c833