npm*: add and update Korean translation (#14518)
This commit is contained in:
24
pages.ko/common/npm-doctor.md
Normal file
24
pages.ko/common/npm-doctor.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# npm doctor
|
||||
|
||||
> npm 환경의 상태를 점검.
|
||||
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-doctor>.
|
||||
|
||||
- `npm`의 기본 상태 점검 수행:
|
||||
|
||||
`npm doctor`
|
||||
|
||||
- `npm` 레지스트리와의 연결 점검:
|
||||
|
||||
`npm doctor connection`
|
||||
|
||||
- 사용 중인 Node.js 및 `npm` 버전 점검:
|
||||
|
||||
`npm doctor versions`
|
||||
|
||||
- `npm` 디렉토리와 캐시의 권한 문제 점검:
|
||||
|
||||
`npm doctor permissions`
|
||||
|
||||
- 캐시된 패키지 파일과 체크섬 검증:
|
||||
|
||||
`npm doctor cache`
|
Reference in New Issue
Block a user