npm global package vulnerabilities 해결

박종혁·2022년 2월 14일
0

환경

windows 10에서 wsl 2 이용
nvm으로 node 설치

try

npm audit fix -g
->global에 audit 적용 안됨

해결방안

직접 global package 위치 찾아 들어가서 npm audit 실행

global package 위치

wsl 환경에서 global package 위치는 ~/.nvm/versions/node/[node버전]/lib/node_modules

vulnerabilities 해결

이동한 디렉토리에서 npm i --package-lock-only 실행 (package-lock.json 없는경우)
npm audit fix 실행

profile
메모 메모

0개의 댓글