┌───────────────────────────────────────────────────────────────────┐
│ 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
'에러노트' 카테고리의 다른 글
[github action] CI 단계에서 run npm test가 끝나지 않는 문제 (0) | 2022.09.23 |
---|---|
[에러노트] react env 변수가 undefined로 나올 때 (0) | 2022.05.08 |
[에러노트] storybook에서 globalStyle 적용하기 - styledComponenet (0) | 2022.03.14 |
[에러노트] redux-saga call이펙트 No overload matches this call (0) | 2022.01.24 |
[electron] Electron require() is not defined 에러가 났을 경우 (0) | 2021.06.24 |