본문 바로가기
why and yes/에러해결

npm update check failed 에러가 났을 경우 해결하기

by 대범하게 2023. 4. 5.
반응형
┌───────────────────────────────────────────────────────────────────┐
│                      npm update check failed                      │
│                Try running with sudo or get access                │
│               to the local update config store via                │
│ sudo chown -R $USER:$(id -gn $USER) /Users/veritystothard/.config │
└───────────────────────────────────────────────────────────────────┘

 

위와 같은 에러가 발생했을 경우, 아래의 명령어를 입력하면 된다.

sudo npm i -g npm

 

반응형