LinuxCommandLibrary

ncu

Find newer versions of package dependencies and check outdated npm packages locally or globally.

TLDR

List outdated dependencies in the current directory

$ ncu
copy


List outdated global npm packages
$ ncu -g
copy


Upgrade all dependencies in the current directory
$ ncu -u
copy


Interactively upgrade dependencies in the current directory
$ ncu -i
copy


Display help
$ ncu -h
copy

Copied to clipboard