본문 바로가기
프로그래밍

yarn berry pnp monorepo

by 자유코딩 2023. 3. 20.

npx create-nx-workspace@latest boardnx --preset=ts --workspaceLayout=packages

yarn set version berry

 

.yarnrc.yml

nodeLinker: "pnp"

yarn add -D @nrwl/nest, next 등등 에러 나오는대로 설치

 

yarn nx g @nrwl/next:app <앱이름>

yarn nx g <원하는거>

 

https://kimyanglogging.tistory.com/8

댓글