반응형
npm 정의
- Node.js로 만들어져 있는 package들이 모여있는 store(www.npmjs.com)
npm 설치
- npm install(=npm i)
- 개별설치 npm install <package-name>
npm 검색
- npm list (-g를 추가하면 전체 디렉토리에서 검색)
npm 업데이트
- npm update -g <package-name>
npm 삭제
- npm uninstall -g <package-name>
반응형
'Node.js' 카테고리의 다른 글
[Node.js]개념 및 정의 (0) | 2023.05.22 |
---|
댓글