[js] npm

zio·2022년 4월 2일
0

Node.js

목록 보기
1/2

Node.js 코드에 필요한 package install

npm update

npm install npm@latest -g   

package.json 생성

1. 수동 생성
npm init
2. 자동 생성 - 모든 것 default로 설정
npm init -y

npm install 로 package install

npm install

필요한 패키지 개별 install

npm install <pkg name>
profile
🐣

0개의 댓글