npm

JavaScript 및 Node.js 패키지 관리자. Node.js 프로젝트 및 모듈 의존성을 관리합니다. 더 많은 정보: https://www.npmjs.com.

npm init {{[-y|--yes]}}

npm install

npm install {{패키지_이름}}@{{버전}}

npm install {{패키지_이름}} {{[-D|--save-dev]}}

npm install {{[-g|--global]}} {{패키지_이름}}

npm uninstall {{패키지_이름}}

npm list

npm list {{[-g|--global]}} --depth {{0}}