Mi Lugarcito

Node.js - Using NPM 본문

Express.js

Node.js - Using NPM

selene park 2021. 3. 30. 00:17

 

1. npm init 하기

 

 

npm init
npm start//내가 정한것으로 서버 실행하기

 

2.    Installing first npm package

 

www.npmjs.com/

 

npm

Bring the best of open source to you, your team, and your company Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java

www.npmjs.com

npm install colors

 

3. npm install