Programming/Frontend

yarn install 시 발생하는 오류 해결

armyost 2023. 6. 29. 22:22
728x90

우선 Registry 주소 확인하기 

$ npm config get registry
$ yarn config get registry

 

Registry 주소 변경하기

$ yarn config set registry https://registry.npmjs.org/

 

NPM이나 yarn으로 아래 오류 발생할때

There appears to be trouble with your network connection. Retrying...

 

일반적인 방법

$ yarn config delete proxy
$ yarn config delete https-proxy

$ yarn install --network-timeout 600000

$ yarn cache clean

 

위 것도 안되면

yarn.lock 파일 지워보자.. 난 이걸로 됨