Bug Report
Package version: 0.8.39
OS: Windows 11 (Windows_NT 10.0.22631)
Node: v24.15.0
npm: v11.15.0
Description
npm global install fails during postinstall script with:
deepseek-tui install failed: Invalid checksum manifest line: -macos-arm64
The checksum manifest file appears to have a malformed line. The install script (scripts/install.js) fails when parsing it, even on Windows where macOS ARM64 binaries are not needed.
Steps to Reproduce
npm install -g deepseek-tui
Error Log
21 info run deepseek-tui@0.8.39 postinstall node_modules/deepseek-tui node scripts/install.js --optional
22 info run deepseek-tui@0.8.39 postinstall { code: 1, signal: null }
29 error deepseek-tui install failed: Invalid checksum manifest line: -macos-arm64
Expected
Installation should succeed on Windows. The install script should either skip invalid/platform-irrelevant lines or the manifest file should be fixed.
Bug Report
Package version: 0.8.39
OS: Windows 11 (Windows_NT 10.0.22631)
Node: v24.15.0
npm: v11.15.0
Description
npm global install fails during postinstall script with:
The checksum manifest file appears to have a malformed line. The install script (
scripts/install.js) fails when parsing it, even on Windows where macOS ARM64 binaries are not needed.Steps to Reproduce
Error Log
Expected
Installation should succeed on Windows. The install script should either skip invalid/platform-irrelevant lines or the manifest file should be fixed.