.TH "NPM\-PACK" "1" "November 2022" "9.1.1" .SH "NAME" \fBnpm-pack\fR .SH Synopsis .SH Configuration .SH Description .P For anything that's installable (that is, a package folder, tarball, .br tarball url, git url, name@tag, name@version, name, or scoped name), this .br command will fetch it to the cache, copy the tarball to the current working .br directory as \fB\-\.tgz\fP, and then write the filenames out to .br stdout\. .P If the same package is specified multiple times, then the file will be .br overwritten the second time\. .P If no arguments are supplied, then npm packs the current package folder\. .SH See Also .RS 1 .IP \(bu 2 package spec .IP \(bu 2 npm\-packlist package .IP \(bu 2 npm cache .IP \(bu 2 npm publish .IP \(bu 2 npm config .IP \(bu 2 npmrc .RE