2014-09-17 06:38:50 +08:00
|
|
|
.TH "NPM\-BIN" "3" "September 2014" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.SH "NAME"
|
2014-09-25 05:41:07 +08:00
|
|
|
\fBnpm-bin\fR \- Display npm bin folder
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.EX
|
2011-11-27 01:21:03 +08:00
|
|
|
npm\.commands\.bin(args, cb)
|
2014-09-25 05:41:07 +08:00
|
|
|
.EE
|
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2011-11-27 01:21:03 +08:00
|
|
|
Print the folder where npm will install executables\.
|
|
|
|
.P
|
|
|
|
This function should not be used programmatically\. Instead, just refer
|
|
|
|
to the \fBnpm\.bin\fR member\.
|
2014-09-25 05:41:07 +08:00
|
|
|
|