윈도우에서 yarn 설치
- nodejs로 이것저것 할 때 yarn을 피해 갈 수 없을 것이다
설치방법
- https://classic.yarnpkg.com/ > install yarn > download installer
- https://classic.yarnpkg.com/en/docs/install#windows-stable
- 인스톨러를 받고 실행하면 끝
- 설치가 완료되면 cmd를 열고
yarn -v
를 쳐서 확인한다
yarn
- 페이스북에서 만든 npm
참고
- yarn ; https://classic.yarnpkg.com/
윈도우에서 yarn 설치