nodejs/deps/npm/man/man1/npm-prefix.1

33 lines
619 B
Groff
Raw Normal View History

.TH "NPM\-PREFIX" "1" "January 2021" "" ""
.SH "NAME"
\fBnpm-prefix\fR \- Display prefix
.SS Synopsis
2014-09-24 14:41:07 -07:00
.P
.RS 2
2014-11-04 15:08:12 -08:00
.nf
2014-09-24 14:41:07 -07:00
npm prefix [\-g]
2014-11-04 15:08:12 -08:00
.fi
2014-09-24 14:41:07 -07:00
.RE
.SS Description
2014-09-24 14:41:07 -07:00
.P
Print the local prefix to standard out\. This is the closest parent directory
to contain a \fBpackage\.json\fP file or \fBnode_modules\fP directory, unless \fB\-g\fP is
also specified\.
2014-09-24 14:41:07 -07:00
.P
If \fB\-g\fP is specified, this will be the value of the global prefix\. See
npm help \fBconfig\fP for more detail\.
.SS See Also
2014-09-24 14:41:07 -07:00
.RS 0
.IP \(bu 2
npm help root
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help bin
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help folders
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help config
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help npmrc
2014-09-24 14:41:07 -07:00
.RE