npx 无法安装 | npm 也无法安装 #1772
Unanswered
321Fontsize
asked this question in
Q&A
Replies: 2 comments
|
这里最后显示的 我刚核对了 npm registry:当前 先确认环境: uname -a
node -p "process.platform + ' ' + process.arch"
npm view @deepseek-ai/dsh version
python3 --version
make --version
g++ --version在 Ubuntu/Debian 上,如果只是缺本机构建工具,可以安装: sudo apt-get update
sudo apt-get install -y python3 make g++然后清理这次不完整安装并保留完整日志重试: npm install -g @deepseek-ai/dsh --foreground-scripts --loglevel verbose如果仍失败,请贴出
npx --yes @deepseek-ai/dsh web
echo "exit=$?"
ls -lt ~/.npm/_logs | head短期最稳妥的官方修复仍然是重新发布 rc 包并包含 Handbook 的 startup troubleshooting guide 也整理了“进程 / profile / plugin load”三层证据收集顺序,可用于继续缩小范围。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
当前版本
运行
npx @deepseek-ai/dsh web后最后一句输出为npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead,然后直接退出,无成功迹象。运行
npm install -g @deepseek-ai/dsh,报错,部分报错信息如下:All reactions