npm outdated

New

Syntax

npm outdated [<package>] [--global]

Parameters

ParametersDescriptionExamplesLevel
(Parameters) New npm outdated Common
<package> npm outdated react Common
-g --global npm outdated -g Common
--long npm outdated --long Advanced

Examples

New

npm outdated
Current=, Wanted=New, Latest=New

New

npm outdated -g

JSON

npm outdated --json

Common Errors

New,

Tips

Related Commands