Issue Description
install qodercli failed
$ npm install -g @qoder-ai/qodercli@latest
npm verbose cli /home/wen/.nvm/versions/node/v24.9.0/bin/node /home/wen/.nvm/versions/node/v24.9.0/bin/npm
npm info using npm@11.6.0
npm info using node@v24.9.0
npm verbose title npm install @qoder-ai/qodercli@latest
npm verbose argv "install" "--global" "@qoder-ai/qodercli@latest"
npm verbose logfile logs-max:10 dir:/home/wen/.npm/_logs/2025-10-16T05_05_58_644Z-
npm verbose logfile /home/wen/.npm/_logs/2025-10-16T05_05_58_644Z-debug-0.log
npm http fetch GET 200 https://registry.npmmirror.com/@qoder-ai%2fqodercli 1423ms (cache miss)
npm http fetch GET 200 https://registry.npmmirror.com/npm 1724ms
npm http fetch GET 200 https://registry.npmmirror.com/@qoder-ai%2fqodercli 675ms (cache miss)
npm http cache @qoder-ai/qodercli@https://registry.npmmirror.com/@qoder-ai/qodercli/-/qodercli-0.1.0.tgz 0ms (cache hit)
npm http fetch GET 200 https://cdn.npmmirror.com/packages/%40qoder-ai/qodercli/0.1.0/qodercli-0.1.0.tgz 1999ms (cache miss)
npm info run @qoder-ai/qodercli@0.1.0 postinstall node_modules/@qoder-ai/qodercli node scripts/install.js
npm info run @qoder-ai/qodercli@0.1.0 postinstall { code: 1, signal: null }
npm verbose stack Error: command failed
npm verbose stack at promiseSpawn (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:22:22)
npm verbose stack at spawnWithShell (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:124:10)
npm verbose stack at promiseSpawn (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:12:12)
npm verbose stack at runScriptPkg (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js:79:13)
npm verbose stack at runScript (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js:9:12)
npm verbose stack at /home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js:331:17
npm verbose stack at run (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:67:22)
npm verbose stack at /home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:84:9
npm verbose stack at new Promise (<anonymous>)
npm verbose stack at callLimit (/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:35:69)
npm verbose pkgid @qoder-ai/qodercli@0.1.0
npm error code 1
npm error path /home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/@qoder-ai/qodercli
npm error command failed
npm error command sh -c node scripts/install.js
npm error Installing Qoder CLI...
npm error Target platform: linux/amd64
npm error Version: 0.1.0
npm error Existing version detected, will reinstall
npm error Downloading binary: https://download.qoder.com/qodercli/releases/0.1.0/qodercli_0.1.0_linux_amd64.tar.gz
npm error Verifying file integrity...
npm error Extracting binary...
npm error ❌ Installation failed: EXDEV: cross-device link not permitted, rename '/tmp/qodercli-install-4Al4JJ/extract/qodercli' -> '/home/wen/.nvm/versions/node/v24.9.0/lib/node_modules/@qoder-ai/qodercli/bin/qodercli'
npm verbose cwd /home/wen/t
npm verbose os Linux 6.1.0-27-amd64
npm verbose node v24.9.0
npm verbose npm v11.6.0
npm notice
npm notice New patch version of npm available! 11.6.0 -> 11.6.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
npm notice To update run: npm install -g npm@11.6.2
npm notice
npm verbose exit 1
npm verbose code 1
npm error A complete log of this run can be found in: /home/wen/.npm/_logs/2025-10-16T05_05_58_644Z-debug-0.log
Steps to Reproduce
npm install -g @qoder-ai/qodercli@latest
Expected Behavior
install success
Actual Behavior
install failed
Screenshots / Screen Recordings
Operating System
Debian GNU/Linux 12 (bookworm)