환경설정1 [NodeJS] 환경설정(Windows10) # 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 .. 2022. 11. 7. 이전 1 다음