일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Web
- SpringInitializer
- postman
- 환경변수
- tcping
- Oracle11g
- mysql
- springboot #controller #jsp
- RESTful
- mssql
- undefined
- 스프링부트 #springboot #project #Intellij
- Developer
- oracle
- sqldeveloper
- Tomcat #SpringFramework
- Database
- development
- ojdbc
- IntelliJ
- springboot
- apache
- SpringSecurity
- restapi
- 웹개발
- install
- 스프링부트
- HATEOAS
- Maven
- 스프링시큐리티
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
Plug'n'Play
An overview of Plug'n'Play, a powerful and innovative installation strategy for Node.
yarnpkg.com
2. yarn 설치
#> node.js 이미 설치되어 있으므로 --ignore-dependencies 옵션 추가
>>> brew install yarn --ignore-dependencies
>>> yarn -v 10:59.45 화 1 11 2022 >>>
1.22.17
N. Reference
Home
Fast, reliable, and secure dependency management.
yarnpkg.com
'Node.js' 카테고리의 다른 글
Node.js 설치 및 실행 (0) | 2022.01.11 |
---|
Comments