일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- IntelliJ
- HATEOAS
- tcping
- Developer
- Oracle11g
- 스프링부트
- mysql
- springboot #controller #jsp
- 스프링부트 #springboot #project #Intellij
- development
- mssql
- Tomcat #SpringFramework
- 환경변수
- Web
- SpringSecurity
- postman
- install
- 웹개발
- restapi
- springboot
- SpringInitializer
- oracle
- undefined
- Maven
- ojdbc
- RESTful
- apache
- sqldeveloper
- 스프링시큐리티
- Database
Archives
- Today
- Total
여백에 도장 찍기
yarn install 본문
1. What is yarn ?
Yarn is a package manager that doubles down as project manager.
-> yanr은 프로젝트 관리자 역할을 하는 패키지 관리자.
2. Why yarn ?
: 기존 node_module 의 문제점 때문 (용량 차지, 속도 저하)
참고 ) https://yarnpkg.com/features/pnp#the-node_modules-problem
2. yarn 설치
#> node.js 이미 설치되어 있으므로 --ignore-dependencies 옵션 추가
>>> brew install yarn --ignore-dependencies
>>> yarn -v 10:59.45 화 1 11 2022 >>>
1.22.17
N. Reference
'Node.js' 카테고리의 다른 글
Node.js 설치 및 실행 (0) | 2022.01.11 |
---|
Comments