본문 바로가기
IT/React

Node.js & npm 설치 링크 / VSCode 설치 링크

by barrr 2024. 3. 4.

 

Node.js 설치 

Node.js 를 설치하면 npm은 자동으로 같이 설치가 된다. 

 

아래 링크에서 설치 가능 

https://nodejs.org/en

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

위 링크에서 LTS 버전을 설치해 준다 

 

 

Node.js 버전 확인

 

터미널 실행 후, 

 

버전 확인 명령어 입력 

 

 

버전확인이 되면 설치 완료다 

 

 

npm확인 

 

위와 같이 npm도 버전을 확인해준다. 

 

 

 

 


 

 

VS 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