본문 바로가기
Development/Javascript | Node.js

[NPM] npm 패키지 업데이트

by Dev. Jkun 2021. 8. 11.
반응형

프로젝트에서 package.json 에 있는 패키지들을 버전 업데이트 할때 npm-check-updates 패키지 를 설치하면 된다.

 

npm-check-updates

Find newer versions of dependencies than what your package.json allows

www.npmjs.com

심플간단

npm install -g npm-check-updates
ncu -u
npm install

 

반응형

'Development > Javascript | Node.js' 카테고리의 다른 글

우분투(Ubuntu) Node.js 설치  (0) 2021.08.10
Node.js (Express.js) 304 / GET >> 엄청느려짐 ㅠ  (0) 2021.06.07
NPM 패키지 만들기  (0) 2021.05.12
[펌] Node.js MySql PoolCluster  (0) 2019.05.18
console.log textColor  (0) 2019.02.12

댓글