.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "NPM\-UPDATE" "1" "August 2014" "" "" . .SH "NAME" \fBnpm\-update\fR \- Update a package . .SH "SYNOPSIS" . .nf npm update [\-g] [ [ \.\.\.]] . .fi . .SH "DESCRIPTION" This command will update all the packages listed to the latest version (specified by the \fBtag\fR config)\. . .P It will also install missing packages\. . .P If the \fB\-g\fR flag is specified, this command will update globally installed packages\. If no package name is specified, all packages in the specified location (global or local) will be updated\. . .SH "SEE ALSO" . .IP "\(bu" 4 npm help install . .IP "\(bu" 4 npm help outdated . .IP "\(bu" 4 npm help registry . .IP "\(bu" 4 npm help folders . .IP "\(bu" 4 npm help ls . .IP "" 0