Programming/FULL STACK
Node.js와 npm, yarn 개발환경 설정하기 <Window 기준>
RosyPark
2020. 6. 3. 15:56
1. 노드 설치하기
1.1 노드
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
- LTS : 기업을 위해 3년간 지원하는 버전
- Current : 최신 기능을 담고 있는 버전
1.2 yarn 설치
- Node.js. 설치시 패키지를 관리해주는 npm 설치
- 하지만 yarn은 npm을 대체할 수 있는 도구로 npm보다 훨씬 빠르며 효율적인 캐시시스템과 기타 부가 기능 제공
https://classic.yarnpkg.com/en/docs/install/#windows-stable
Yarn
Fast, reliable, and secure dependency management.
classic.yarnpkg.com
2. Visual studio code 설치하기
https://code.visualstudio.com/Download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com