npm*: add and update Korean translation (#14518)
This commit is contained in:
16
pages.ko/common/npm-uninstall.md
Normal file
16
pages.ko/common/npm-uninstall.md
Normal 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 ...}}`
|
Reference in New Issue
Block a user