npm update

New New

Syntax

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

Parameters

ParametersDescriptionExamplesLevel
(Parameters) New npm update Common
<package> New npm update react Common
-g --global New npm update -g Common

Examples

New

npm update
New package.json New

New

npm update express

New

npm outdated
, and New

NewNew

npm install react@latest
update, install

Common Errors

NewCHANGELOG breaking changes,

Tips

Related Commands