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