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

35 lines
621 B
Groff
Raw Normal View History

2014-11-05 07:08:12 +08:00
.TH "NPM\-PREFIX" "1" "October 2014" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-prefix\fR \- Display prefix
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
2014-09-25 05:41:07 +08:00
npm prefix [\-g]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
Print the local prefix to standard out\. This is the closest parent directory
to contain a package\.json file unless \fB\-g\fR is also specified\.
.P
If \fB\-g\fR is specified, this will be the value of the global prefix\. See
npm help 7 \fBnpm\-config\fR for more detail\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help root
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help bin
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 folders
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 npmrc
2014-09-25 05:41:07 +08:00
.RE