본문 바로가기
NodeJS

[NodeJS] 환경설정(Windows10)

by smilemugi 2022. 11. 7.

# Node.js 설치

https://nodejs.org/en/ 

 

Node.js

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

nodejs.org

최신버전 다운로드  및 설치

 

설치 과정 중에 "Tools for Native Modules" 화면에서 체크박스(Automatically install the necessary tools....) 체크

다음.. 다음.. 다음... 

설치 마지막 화면.

Node.js 가 제대로 설치되었는지 확인해 보자.

명령프롬프트 창을 실행 다음 명령어를 입력해 보면 버전을 확인해 볼 수 있다.

node -v

npm -v

 

위 2개의 명령어로 버전이 설치버전과 동일하게 나오면 완료!!!

 

npm 버전 업데이트 하기

npm install -g npm

 

# 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

 

다음.. 다음.. 다음... 완료~!!!!

'NodeJS' 카테고리의 다른 글

[NodeJs] Node Package Manager  (0) 2022.11.10
[NodeJS] 기억해 둘 것들  (0) 2022.11.06