Windows Compatibility Fixes
- Fix bsdtar extraction failure: Removed
--force-local flag that is not supported by Windows' built-in bsdtar. Uses forward-slash paths instead to avoid drive letter (C:) issues.
- Fix
process.env.HOME on Windows: Replaced with os.homedir() in info and doctor commands — HOME is undefined on Windows, causing invalid cache paths.
- Fix
python3 not found on Windows: Preview server fallback now uses python on Windows, where python3 is not typically available.
Install / Upgrade
npm install -g @litodocs/cli@1.4.2