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/18 17:42] alexpublic:computer:yarn [2022/09/19 18:19] – [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]]
  • public/computer/yarn.txt
  • Last modified: 2022/09/19 18:30
  • by alex