DeepSeek Harness Node.js Requirements & Compatibility
The repository root currently declares Node ^22.19.0 or >=24.0.0 for development, while the published @deepseek-ai/dsh rc.6 manifest does not declare an engines field. Our tested point is Node 22.22.1; this is evidence, not a universal minimum claim. This page separates verified behavior from community reports and marks the release-candidate context so you can act without mistaking an observation for a permanent guarantee.
Start with this command
This is the narrow command relevant to this page. Read the checks below before changing flags, credentials or profile patches.
node --version
npx @deepseek-ai/dsh@0.1.0-rc.6 --versionWhat is verified now
The repository root currently declares Node ^22.19.0 or >=24.0.0 for development, while the published @deepseek-ai/dsh rc.6 manifest does not declare an engines field. Our tested point is Node 22.22.1; this is evidence, not a universal minimum claim.
Evidence basis: Repo engines + published package metadata + tested node. The status was checked on 14 August 2026; re-check the linked source after any dsh release.
Safe workflow
Use the smallest reversible workflow first. Do not add community plugins or paste credentials while validating the base behavior.
- Check runtime and OS prerequisites.
- Run only the official command shown in the versioned code block.
- Verify the version and local URL before configuring a provider.
Verify before moving on
A successful result should be observable: a version string, reachable local URL, valid provider response, loaded configuration, or disappearance of the exact error. If the result differs, stop and capture sanitized evidence rather than stacking unrelated fixes.
- Record the exact dsh, Node or Python version.
- State the operating system and installation method.
- Link the first-party source and include only sanitized logs.
First-party sources
Open the original source before acting on a changed version or unresolved community report.