npm*: add and update Korean translation (#14518)
This commit is contained in:
12
pages.ko/common/npm-outdated.md
Normal file
12
pages.ko/common/npm-outdated.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# npm-outdated
|
||||
|
||||
> 오래된 npm 패키지 의존성을 확인.
|
||||
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-outdated>.
|
||||
|
||||
- 프로젝트에서 오래된 패키지 찾기:
|
||||
|
||||
`npm outdated`
|
||||
|
||||
- 현재 프로젝트와 상관없이 오래된 패키지 찾기:
|
||||
|
||||
`npm outdated --all`
|
Reference in New Issue
Block a user