일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- jenkins
- ubuntu
- Design Patterns
- Oracle
- jsp
- Spring Boot
- java
- AWS
- php
- redis
- laravel
- springboot
- 요리
- linux
- it
- Git
- Web Server
- javascript
- JVM
- db
- elasticsearch
- devops
- IntelliJ
- ReactJS
- Spring Batch
- Gradle
- Spring
- tool
- 맛집
- MySQL
Archives
- Today
- Total
목록Yarn (2)
아무거나
[yarn] yarn 관련 명령
yarn 설치 npm으로 설치하는 방법 $ npm install -g yarn $ yarn --version yarn 초기세팅 // package.json 생성됨 $ yarn init package.json을 기준으로 yarn 의존성 모듈 설치 $ yarn install 의존성 모듈 설치 $ yarn add {package} $ yarn add {package}@{version} 의존성 모듈 업그레이드 $ yarn upgrade {package} $ yarn upgrade {package}@{version} 의존성 모듈 제거 $ yarn remove {package}
Javascript & HTML & CSS/Javascript
2020. 6. 6. 00:41
[Yarn] ESOCKETTIMEDOUT on 31 MB package material-design-icons 에러 해결
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 ..
Javascript & HTML & CSS/Javascript
2020. 3. 20. 17:47