Mi Lugarcito
Node.js - Using NPM 본문
1. npm init 하기
npm init
npm start//내가 정한것으로 서버 실행하기
2. Installing first npm package
npm install colors
3. npm install
'Express.js' 카테고리의 다른 글
Node.js - Twitter Clone Coding // Login System-2 (0) | 2021.03.30 |
---|---|
Node.js - Twitter Clone Coding // Login System (0) | 2021.03.30 |
Node.js - Twitter Clone Coding // Settings and Template Engines(Pug) (0) | 2021.03.30 |
Node.js - NodeJs Basic Overview (0) | 2021.03.29 |
Error: Cannot find module 'express-session' 에러 해결법 (0) | 2021.03.11 |