mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
npm-root: add page (#14581)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
698bdb1a3d
commit
c7786754fd
1 changed files with 12 additions and 0 deletions
12
pages/common/npm-root.md
Normal file
12
pages/common/npm-root.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue