"Npm 설치된 전역모듈 확인"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
npm ls -g --depth=0
npm ls -g --depth=0
</source>
</source>
;--depth=0 를 쓰지 않으면 의존성트리 전체가 보여 보기가 어렵다.
<source lang='console'>
<source lang='console'>
root@zetawiki:~# npm ls -g --depth=0
root@zetawiki:~# npm ls -g --depth=0

2016년 12월 6일 (화) 22:49 판

1 개요

npm 설치된 전역모듈 목록 확인
npm 설치된 모듈 확인
npm ls -g --depth=0
--depth=0 를 쓰지 않으면 의존성트리 전체가 보여 보기가 어렵다.
root@zetawiki:~# npm ls -g --depth=0
/usr/lib
├── bower@1.7.9
├── express-generator@4.13.4
├── graceful-fs@4.1.10
├── grunt-cli@1.2.0
├── gulp@3.9.1
├── gulp-notify@2.2.0
├── gulper@0.1.2
├── npm@2.15.5
└── yuicompressor@2.4.8

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}