2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-root
|
|
|
|
description: Display npm root
|
|
|
|
---
|
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm-root(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
## Display npm root
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
|
|
npm root [-g]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
Print the effective `node_modules` folder to standard out.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-07-07 13:41:27 -05:00
|
|
|
* [npm prefix](/cli-commands/npm-prefix)
|
|
|
|
* [npm bin](/cli-commands/npm-bin)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npm folders](/configuring-npm/folders)
|
2020-07-07 13:41:27 -05:00
|
|
|
* [npm config](/cli-commands/npm-config)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npmrc](/configuring-npm/npmrc)
|