본문 바로가기

에러노트

[nodejs] npm update check failed에러가 났을 때

┌───────────────────────────────────────────────────────────────────┐
│                      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

 

출처 : https://stackoverflow.com/questions/45650300/npm-update-check-failed