早上一运行 npx @deepseek-ai/dsh web 就说要升级 @deepseek-ai/dsh@0.1.0-rc.7 然后就卡住不动了 #3485
ipconfiger
started this conversation in
General
Replies: 5 comments 1 reply
|
1 |
0 replies
|
这个提示大概率还发生在 npx/npm exec 临时安装阶段,不是 DSH 自己在做 profile 升级。npm 7 以后 建议按边界排查: node --version
npm --version
npm config get registry
npm ping
npm view @deepseek-ai/dsh dist-tags --json
npm view @deepseek-ai/dsh@0.1.0-rc.7 version dist.integrity --json
npx --yes --prefer-online --loglevel=http --timing \
@deepseek-ai/dsh@0.1.0-rc.7 --version当前 registry 中 关键判断:
完整的分层命令、Windows PowerShell 版本和安全的临时-cache A/B 在这里:https://sandbaseai.github.io/deepseek-harness-handbook/npx-install-prompt-hangs.html 如果方便补充 |
1 reply
|
多卡一会就好了 |
0 replies
|
加 --legacy-peer-deps,跳过 peer 依赖解析,可以解决问题 |
0 replies
|
最后我发现, 直接 npm install -g @deepseek-ai/dsh@0.1.0-rc.7 会报错没有 /usr/local/... 的权限, 加了sudo安装瞬间成功,然后就能启动了。 |
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.
等了半个小时了,重试了很多次,清掉npm缓存也不行,有人遇到一样的问题么?
All reactions