mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 19:22:08 +02:00
12 lines
268 B
Markdown
12 lines
268 B
Markdown
# 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:
|
|
|
|
`npm root --global`
|