mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
265 B
Markdown
13 lines
265 B
Markdown
![]() |
# npm root
|
||
|
|
||
|
> `node_modules` 디렉토리 경로 표시.
|
||
|
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-root>.
|
||
|
|
||
|
- 로컬 `node_modules` 디렉토리 경로 표시:
|
||
|
|
||
|
`npm root`
|
||
|
|
||
|
- 전역 `node_modules` 디렉토리 경로 표시:
|
||
|
|
||
|
`npm root --global`
|