- 버전 확인
- node -v
- npm -v
- npm
- npm 설치 - npm install npm -g
- 모듈 설치
- 로컬에 설치 - npm install <module name>
- 글로벌(시스템)에 설치 - npm install <module name> -g
- 모듈 제거 - npm uninstall <module name>
- 모듈 업데이트 - npm update <module name>
- 모듈 검색 - npm search <module name>
'NodeJS' 카테고리의 다른 글
[NodeJs] Node Package Manager (0) | 2022.11.10 |
---|---|
[NodeJS] 환경설정(Windows10) (0) | 2022.11.07 |