Environment preparation
(base) PS C:\Users\hugh-> nvm install 22
Downloading node.js version 22.23.2 (64-bit)...
Extracting node and npm...
Complete
Installation complete.
If you want to use this version, type:
nvm use 22.23.2
(base) PS C:\Users\hugh-> nvm use 22
Now using node v22.23.2 (64-bit)
(base) PS C:\Users\hugh-> node -v
v22.23.2
Install Deepseek harness
(base) PS C:\Users\hugh-> npm install -g @deepseek-ai/dsh@0.1.1-rc.2
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
added 454 packages in 18s
(base) PS C:\Users\hugh-> dsh --version
0.1.1-rc.2
(base) PS C:\Users\hugh-> npm install -g pnpm
added 1 package in 3s
install plugin dsh-mnemon
(base) PS C:\Users\hugh-> dsh plugin --profile web add dsh-mnemon
[WARN] Issues with peer dependencies found. Run "pnpm peers check" to list them.
dependencies:
+ dsh-mnemon ^0.3.5
Packages: +7
+++++++
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: C:\Users\hugh-\AppData\Local\pnpm\store\v11
Virtual store is at: node_modules/.pnpm
Progress: resolved 7, reused 0, downloaded 7, added 7, done
Done in 5.2s using pnpm v11.24.0
install plugin dsh-remote
(base) PS C:\Users\hugh-> dsh plugin --profile web add dsh-remote
✓ Lockfile passes supply-chain policies (verified 15m ago)
[WARN] Issues with peer dependencies found. Run "pnpm peers check" to list them.
dependencies:
+ dsh-remote ^0.8.8
Packages: +172
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Downloading cytoscape-fcose@2.2.0: 7.60 MB/7.60 MB, done
Downloading node-pty@1.1.0: 15.46 MB/15.46 MB, done
Downloading mermaid@11.17.2: 17.79 MB/17.79 MB, done
Progress: resolved 179, reused 0, downloaded 172, added 172, done
[ERR_PNPM_IGNORED_BUILDS] Ignored build scripts: cpu-features@0.0.10, node-pty@1.1.0, ssh2@1.17.0
Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.
dsh: pnpm failed in profile directory C:\Users\hugh-\.dsh\profiles\web
(base) PS C:\Users\hugh-> cd "$env:USERPROFILE\.dsh\profiles\web"
(base) PS C:\Users\hugh-\.dsh\profiles\web> pnpm approve-builds
√ Choose which packages to build (Press <space> to select, <a> to toggle all, <i> to invert selection)
All packages were added to allowBuilds with value false.
(base) PS C:\Users\hugh-\.dsh\profiles\web> cd D:
(base) PS D:\> dsh plugin --profile web add dsh-remote
✓ Lockfile passes supply-chain policies (verified 45s ago)
[WARN] Issues with peer dependencies found. Run "pnpm peers check" to list them.
Packages: -2
--
Progress: resolved 179, reused 4, downloaded 0, added 0, done
Done in 774ms using pnpm v11.24.0
Install plugin dsh-solution-explorer
(base) PS D:\> dsh plugin --profile web add dsh-solution-explorer
✓ Lockfile passes supply-chain policies (verified 16m ago)
[WARN] Issues with peer dependencies found. Run "pnpm peers check" to list them.
dependencies:
+ dsh-solution-explorer ^0.5.0
Packages: +2 -2
++--
Progress: resolved 181, reused 4, downloaded 2, added 2, done
Done in 4.6s using pnpm v11.24.0
Install plugin dshmarket
(base) PS D:\> dsh plugin --profile web add dshmarket
✓ Lockfile passes supply-chain policies (verified 1m ago)
[WARN] Issues with peer dependencies found. Run "pnpm peers check" to list them.
dependencies:
+ dshmarket ^1.35.0
Packages: +4 -2
++++--
Progress: resolved 185, reused 4, downloaded 4, added 4, done
Done in 3.8s using pnpm v11.24.0