Skip to content

v0.8.39 install failed: Invalid checksum manifest line: -macos-arm64 #1858

@jeoor

Description

@jeoor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions