여백에 도장 찍기

yarn install 본문

Node.js

yarn install

Linzyseo 2022. 1. 11. 10:59

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

https://yarnpkg.com/

 

Home

Fast, reliable, and secure dependency management.

yarnpkg.com

 

'Node.js' 카테고리의 다른 글

Node.js 설치 및 실행  (0) 2022.01.11
Comments