NodeJS
[NodeJS] 환경설정(Windows10)
smilemugi
2022. 11. 7. 10:44
# Node.js 설치
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
다음.. 다음.. 다음... 완료~!!!!