mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 20:15:32 +02:00
npm-install: update page (#14840)
This commit is contained in:
parent
f5e6c581d7
commit
85e201134e
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Node 패키지 설치.
|
> Node 패키지 설치.
|
||||||
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-install>.
|
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-install>.
|
||||||
|
|
||||||
- package.json에 나열된 의존성 설치:
|
- `package.json`에 나열된 의존성 설치:
|
||||||
|
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# npm install
|
# npm install
|
||||||
|
|
||||||
> Install node packages.
|
> Install Node packages.
|
||||||
> More information: <https://docs.npmjs.com/cli/commands/npm-install>.
|
> More information: <https://docs.npmjs.com/cli/commands/npm-install>.
|
||||||
|
|
||||||
- Install dependencies listed in package.json:
|
- Install dependencies listed in `package.json`:
|
||||||
|
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue