2025-03-14 21:59:59 -06:00
|
|
|
# npm root
|
|
|
|
|
|
|
|
|
|
> Display path to `node_modules` directory.
|
|
|
|
|
> More information: <https://docs.npmjs.com/cli/commands/npm-root>.
|
|
|
|
|
|
|
|
|
|
- Display path to the local `node_modules` directory:
|
|
|
|
|
|
|
|
|
|
`npm root`
|
|
|
|
|
|
|
|
|
|
- Display path to the global `node_modules` directory:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm root {{[-g|--global]}}`
|