markdown-to-document-cli 1.5.12 → 1.5.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -203,6 +203,7 @@ npx markdown-to-document-cli@latest interactive
203
203
 
204
204
  | 오류 | 해결 방법 |
205
205
  |------|-----------|
206
+ | `'m2d' 인식 안됨` | **npx 사용**: `npx markdown-to-document-cli@latest interactive` |
206
207
  | `'node' 인식 안됨` | 컴퓨터 재시작 후 새 PowerShell 열기 |
207
208
  | `'python' 인식 안됨` | Python 삭제 → 재설치 시 **PATH 체크** |
208
209
  | `'pip' 인식 안됨` | Python 재설치 필요 |
@@ -226,6 +227,15 @@ npx markdown-to-document-cli@latest input.md
226
227
  npm install -g markdown-to-document-cli
227
228
  ```
228
229
 
230
+ > ⚠️ **Windows 사용자 주의**: 전역 설치 후 `m2d` 명령어가 인식되지 않을 수 있습니다!
231
+ >
232
+ > **해결 방법 (택 1)**:
233
+ > 1. **npx 사용 (권장)**: `npx markdown-to-document-cli@latest interactive`
234
+ > 2. **PATH 추가**: `%APPDATA%\npm`을 시스템 PATH에 추가 후 새 터미널 열기
235
+ > 3. **전체 경로**: `"%APPDATA%\npm\m2d.cmd" interactive`
236
+ >
237
+ > 📚 상세 가이드: [TroubleShooting.md](./TroubleShooting.md) → "Windows에서 'm2d' 인식 안됨" 참조
238
+
229
239
  ### 로컬 설치
230
240
 
231
241
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-to-document-cli",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Professional-grade EPUB/PDF conversion tool for Markdown files. 8 validation modules, auto-fix, typography presets, font subsetting (99% size reduction), ISBN validation, copyright page generation.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {