티스토리 뷰

728x90
반응형

Restore ownership of the user's npm related folders, to the current user, like this:

( 다음과 같이 사용자의 npm 관련 폴더의 소유권을 현재 사용자에게 복원합니다. )


sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config

 

하다하다 안되서 결국

터미널에서 아래처럼 치니 한방에 해결 뙁 !!!!!!1

 

brew install node 

 

 

728x90
반응형
댓글