본문 바로가기
TroubleShooting

npm 오류 해결

by 창따오 2024. 2. 26.
728x90

 

# 다음 명령어를 실행시키고 password를 입력한다
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
# node_modules , bin, share 에 sudo 권한을 부여한다는 의미

# 다시 모듈을 설치한다
npm install -g npm@10.4.0