npm*: add and update Korean translation (#14518)

This commit is contained in:
코드싸이
2024-11-02 03:00:21 +09:00
committed by GitHub
parent 27db757fab
commit be3479bebf
28 changed files with 538 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
# npm uninstall
> 패키지 제거.
> 더 많은 정보: <https://docs.npmjs.com/cli/v8/commands/npm-uninstall>.
- 현재 프로젝트에서 패키지 제거:
`npm uninstall {{패키지_이름}}`
- 전역에서 패키지 제거:
`npm uninstall -g {{패키지_이름}}`
- 여러 패키지를 한 번에 제거:
`npm uninstall {{패키지_이름1 패키지_이름2 ...}}`