public:computer:yarn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:computer:yarn [2022/09/18 17:42] alexpublic:computer:yarn [2022/09/19 18:30] (current) – [References] alex
Line 1: Line 1:
 ====== yarn ====== ====== yarn ======
 +
 +===== Examples =====
 +<cli prompt="$ " comment="  # ">
 +~$ mkdir [project directory]
 +~$ cd [project directory]
 +~/[project directory]$ yarn set version berry
 +~/[project directory]$ yarn init
 +~/[project directory]$ yarn add typescript
 +~/[project directory]$ yarn add @types/node
 +~/[project directory]$ yarn add ts-node
 +~/[project directory]$ yarn add nodemon
 +</cli>
 +
 +
 +===== References =====
  
   * [[https://heropy.blog/2017/11/25/yarn/|Yarn 설치 및 사용법]]   * [[https://heropy.blog/2017/11/25/yarn/|Yarn 설치 및 사용법]]
   * [[https://velog.io/@seokunee/Yarn-Berry%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EC%9E%90|Yarn Berry를 사용해보자]]   * [[https://velog.io/@seokunee/Yarn-Berry%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EC%9E%90|Yarn Berry를 사용해보자]]
 +  * [[https://toss.tech/article/node-modules-and-yarn-berry|node_modules로부터 우리를 구원해 줄 Yarn Berry]]
 +  * [[https://www.zigae.com/yarn2/|yarn berry(yarn2) 마이그레이션 방법]]
  • public/computer/yarn.1663490523.txt.gz
  • Last modified: 2022/09/18 17:42
  • by alex