에러 메시지
code ECONNRESETnpm error syscall readnpm error errno -4077
npm error network read ECONNRESET
npm error network
This is a problem related to network connectivity.
npm error network In most cases you are behind a proxy or have bad network settings.
Plain Text
복사
원인
npm 패키지를 다운로드할 때 사용하는 레지스트리 경로를 설정가 잘못된 경우
해결
패키지를 다운로드할 때 사용하는 레지스트리 경로를 재설정해주면 된다.
이 명령어를 통해서 패키지 다운로드 레지스트리 경로를 설정할 수 있다.
npm config set registry https://registry.npmjs.org/
Bash
복사




