The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man3 / root.3 @ d46ebffb

History | View | Annotate | Download (479 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-ROOT" "3" "April 2013" "" ""
5
.
6
.SH "NAME"
7
\fBnpm-root\fR \-\- Display npm root
8
.
9
.SH "SYNOPSIS"
10
.
11
.nf
12
npm\.commands\.root(args, callback)
13
.
14
.fi
15
.
16
.SH "DESCRIPTION"
17
Print the effective \fBnode_modules\fR folder to standard out\.
18
.
19
.P
20
\'args\' is never used and callback is never called with data\.
21
\'args\' must be present or things will break\.
22
.
23
.P
24
This function is not useful programmatically\.