Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-root.md « api « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c3ab56402c0f8f190179f35874608f4359c94c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
npm-root(3) -- Display npm root
===============================

## SYNOPSIS

    npm.commands.root(args, callback)

## DESCRIPTION

Print the effective `node_modules` folder to standard out.

'args' is never used and callback is never called with data.
'args' must be present or things will break.

This function is not useful programmatically.