본문 바로가기

react

[react] yarn 설치 mac os

반응형

yarn : npm 대신에 사용 가능하는 소프트웨어

 

A complete log of this run can be found in 와 같은 에러가 떠서 서치 결과..

 

1) package-lock.json삭제

rm -rf node_modules

 

2) 설치

npm install

 

하고

yarn 설치

npm install --global yarn

 

하여도 같은 증상이 일어난다..

내일 다시 해볼 생각이다.. 일어나면 출근..ㅠㅠ

반응형