1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
4 .TH "NPM\-UPDATE" "1" "November 2013" "" ""
7 \fBnpm-update\fR \-\- Update a package
12 npm update [\-g] [<name> [<name> \.\.\.]]
17 This command will update all the packages listed to the latest version
18 (specified by the \fBtag\fR config)\.
21 It will also install missing packages\.
24 If the \fB\-g\fR flag is specified, this command will update globally installed packages\.
25 If no package name is specified, all packages in the specified location (global or local) will be updated\.