티스토리 뷰

Web/npm

명렁어모음

고기상추밥 2018. 12. 28. 18:30

//현재버전

node --version

npm --version

nodejs 설치하면 npm 같이설치됨


최신버전 확인하는곳

https://nodejs.org/en/


//설치된 local 모듈버전 확인하기

npm list

npm list -g

의존성없이 목록보기

npm list --depth=0

npm list -g --depth=0


//모듈 재설치

rm -rf node_modules
npm cache verify

npm install


//모듈 최신버전확인

npm outdated

npm outdated -g


//모듈 업데이트

npm update

npm update -g


//모듈지우기

npm uninstall

npm uninstall -g


'Web > npm' 카테고리의 다른 글

BabylonJS + Webpack 명령어  (0) 2019.10.13
github에 앵귤러 업로드하기  (0) 2019.04.02
Error: Cannot find module 'typescript'  (0) 2019.02.18
Typescript 기본셋팅  (0) 2019.01.12
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함