1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:15:26 +02:00

npm-install: update page (#14840)

This commit is contained in:
Wiktor Perskawiec 2024-11-16 13:06:27 +01:00 committed by GitHub
parent f5e6c581d7
commit 85e201134e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
> Node 패키지 설치.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-install>.
- package.json에 나열된 의존성 설치:
- `package.json`에 나열된 의존성 설치:
`npm install`

View file

@ -1,9 +1,9 @@
# npm install
> Install node packages.
> Install Node packages.
> More information: <https://docs.npmjs.com/cli/commands/npm-install>.
- Install dependencies listed in package.json:
- Install dependencies listed in `package.json`:
`npm install`