일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- elasticsearch
- ubuntu
- Design Patterns
- IntelliJ
- laravel
- Spring Batch
- it
- jsp
- 요리
- ReactJS
- Gradle
- Oracle
- JVM
- AWS
- javascript
- Git
- db
- tool
- springboot
- linux
- devops
- Spring Boot
- MySQL
- Spring
- redis
- Web Server
- jenkins
- java
- 맛집
- php
Archives
- Today
- Total
아무거나
[Yarn] ESOCKETTIMEDOUT on 31 MB package material-design-icons 에러 해결 본문
Javascript & HTML & CSS/Javascript
[Yarn] ESOCKETTIMEDOUT on 31 MB package material-design-icons 에러 해결
전봉근 2020. 3. 20. 17:47반응형
yarn package install 도중에
아래와 같은 현상이 발생하였다.
$ yarn
yarn install v1.5.1
$ node tools/nodeVersionCheck.js
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/material-design-icons/-/material-design-icons-3.0.1.tgz: ESOCKETTIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "/Users/dan/Dropbox/Documents/dev/landscape/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
그럴경우엔 아래와 같이 해결하자.
// windows 기준경로 C:\Users\user
// .yarnrc 에 아래내용 추가
network-timeout 600000
반응형
'Javascript & HTML & CSS > Javascript' 카테고리의 다른 글
연속된 4자리 숫자 중복 체크 (0) | 2020.04.06 |
---|---|
객체에 key/value 추가 (0) | 2020.03.21 |
input type="number" 일 때 maxlength 설정 (0) | 2019.12.24 |
[jquery] Input TYPE=“File” 을 히든으로 하고 외부 버튼을 눌러서 파일을 선택 (0) | 2019.12.24 |
[jquery] ajax 통신중 로딩바 만들기 (0) | 2019.12.24 |
Comments