반응형
┌───────────────────────────────────────────────────────────────────┐
│ 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
반응형
'why and yes > 에러해결' 카테고리의 다른 글
[Spring error] Port 24000 was already in use (0) | 2023.10.15 |
---|---|
[MYSQL] code: 'ER_BAD_FIELD_ERROR', errno: 1054, (0) | 2023.04.26 |
[MYSQL] No database selected ERROR 해결법 (0) | 2023.04.18 |
npm install 오류 발생 시, 해결 방안 (0) | 2023.04.05 |
npm install -g EACCES: permission denied 해결하기 (0) | 2023.04.05 |