• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-root
4description: Display npm root
5---
6
7# npm-root(1)
8
9## Display npm root
10
11### Synopsis
12```bash
13npm root [-g]
14```
15
16### Description
17
18Print the effective `node_modules` folder to standard out.
19
20### See Also
21
22* [npm prefix](/cli-commands/npm-prefix)
23* [npm bin](/cli-commands/npm-bin)
24* [npm folders](/configuring-npm/folders)
25* [npm config](/cli-commands/npm-config)
26* [npmrc](/configuring-npm/npmrc)
27