summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/cli-commands/npm-root.md
blob: fce4490de78eac90a38f4feeceabd196e1163d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
section: cli-commands 
title: npm-root
description: Display npm root
---

# npm-root(1)

## Display npm root

### Synopsis
```bash
npm root [-g]
```

### Description

Print the effective `node_modules` folder to standard out.

### See Also

* [npm prefix](/cli-commands/prefix)
* [npm bin](/cli-commands/bin)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)