.\" generated with Ronn/v0.4.1 .\" http://github.com/rtomayko/ronn/ . .TH "NPM\-UNINSTALL" "1" "April 2010" "" "" . .SH "NAME" \fBnpm\-uninstall\fR \-\- Remove a package . .SH "SYNOPSIS" . .nf npm uninstall npm rm . .fi . .SH "DESCRIPTION" This uninstalls a package, completely removing everything installed for it. If it's currently active, then it must be deactivated first. If anything is depending on it, then those must be uninstalled first.