Skip to content
Discussion options

You must be logged in to vote

这不是卡住没响应,是 npx 正在把 @deepseek-ai/dsh@0.1.0-rc.7(当前 latest)整棵依赖树解进临时目录。Windows 上经常看起来像死机,拖久了还会像 #3683 那样 OOM。

先别反复重试 npx。可以:

set NODE_OPTIONS=--max-old-space-size=8192
npm install -g @deepseek-ai/dsh@0.1.0-rc.7
dsh web

装进全局之后用 dsh web。现在 dist-tag:latest = 0.1.0-rc.7next = 0.1.0-rc.8。要 rc.8 就把包名改成 @deepseek-ai/dsh@0.1.0-rc.8@next,安装时同样把堆加大。Node 24 上 npx 特别容易爆堆,能换 22 会稳一些。

Replies: 13 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yang-yi-li
Comment options

Comment options

You must be logged in to vote
1 reply
@jaypark8709-ai
Comment options

Answer selected by jaypark8709-ai
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@FengChendian
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet