목차
yarn
Install
Ubuntu Linux
homebrew
npm
workspaces
yarn
https://yarnpkg.com
node.js
package manager
see
node.js npm
Install
Ubuntu Linux
sudo apt install yarnpkg
실행파일명도
yarnpkg
이다.
Linux Alias
를 걸어주는게 낫다.
alias yarn="yarnpkg"
homebrew
HomeBrew
brew install yarn
npm
sudo npm install -g yarn
workspaces
Java 의 Project/Multi Module 개념 구현.
Workspaces | Yarn
Workspaces in Yarn | Yarn Blog
[Node] yarn workspaces (프로젝트 참조)