티스토리 뷰
//현재버전
node --version
npm --version
nodejs 설치하면 npm 같이설치됨
최신버전 확인하는곳
//설치된 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
링크
TAG
- JS
- wxWidgets
- flying bee
- responsive slider
- CSS
- SCSS @for
- xgettext
- C++
- Generic()
- gettext
- dropdown list
- .editorconfig
- _Generic()
- fyling fly
- C
- scss slider
- css slider
- #비주얼스튜디오
- slider
- 도메인 가격비교
- scanf()
- 1000 자리 계산기
- HTML
- C11
- #C
- stdarg.h
- Visual Studio 2017
- 도매인 가격비교
- CSS 슬라이더
- 오류
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함