It won't hurt to try

[Node.js] 1. node.js and npm 설치 본문

JS/node.js

[Node.js] 1. node.js and npm 설치

yongki.doki 2020. 10. 30. 19:42

Node.js 웹개발로 알아보는 백엔드 자바스크립트의 이해

 

install node.js

1.node.js 설치

brew install node

2.nodejs 확인

node -v

3.npm 확인

npm -v

4.프로젝트 초기화

npm init

name : 프로잭트 이름 대충적기
description : 설명 대충적기

 

300x250
300x250
Comments