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
Last revisionBoth sides next revision
public:computer:yarn [2022/09/19 14:31] alexpublic:computer:yarn [2022/09/19 18:19] – [References] alex
Line 3: Line 3:
 ===== Examples ===== ===== Examples =====
 <cli prompt="$ " comment="  # "> <cli prompt="$ " comment="  # ">
-$ mkdir <project directory> +~$ mkdir [project directory] 
-$ cd <project directory> +~$ cd [project directory] 
-$ yarn set version berry +~/[project directory]$ yarn set version berry 
-$ yarn init +~/[project directory]$ yarn init 
-$ yarn add typescript +~/[project directory]$ yarn add typescript 
-$ yarn add @types/node +~/[project directory]$ yarn add @types/node 
-$ yarn add ts-node +~/[project directory]$ yarn add ts-node 
-$ yarn add nodemon+~/[project directory]$ yarn add nodemon
 </cli> </cli>
  
Line 18: Line 18:
   * [[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]]
  • public/computer/yarn.txt
  • Last modified: 2022/09/19 18:30
  • by alex