First-run "npx @deepseek-ai/dsh web" gives zero progress feedback for 8+ minutes on Windows #176
Replies: 5 comments 2 replies
|
tldr, manual assemblies required. right now, on windows platform, not as advertised. you have to git clone the repo, you have to install it manually. if you encounter errors such as rolldown binding package used by vite for native windows platform cannot be found, install it manually. some powershell toolcall would go into errors such as missing command or description properties. |
|
Thanks @xw901103 for the additional data points — same conclusion from our side, plus a measurement: Reproduced on our machine (Windows 10, Node v22.23.2, npm 11.12.1, fresh
Confirmed problems on Windows so far (for the maintainers):
Suggested fixes:
Happy to help test a fix if you want a Windows repro environment. |
|
3Q,I will try
------------------------------------------------------------------
发件人:Xu Lian ***@***.***>
发送时间:2026年8月13日(周四) 22:33
***@***.***>
***@***.***>; ***@***.***>
主 题:Re: [deepseek-ai/deepseek-harness] First-run "npx @deepseek-ai/dsh web" gives zero progress feedback for 8+ minutes on Windows (Discussion #176)
tldr, manual assemblies required.
right now, on windows platform, not as advertised.
you have to git clone the repo, you have to install it manually. if you encounter errors such as rolldown binding package used by vite for native windows platform cannot be found, install it manually. some powershell toolcall would go into errors such as missing command or description properties.
—
Reply to this email directly, view it on GitHub <#176?email_source=notifications&email_token=CBRYTK5MPGKLYLK5Y7X33DD5JXGT7A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBQGAZTANJZUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-18003059 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/CBRYTK3J6GPLADE2X3UX4BT5JXGT7AVCNFSNUABJKJSXA33TNF2G64TZHMYTGMZTGA3DKMBZGE5UI2LTMN2XG43JN5XDWMJQGYYDOMBTGOQXMAQ >.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS <https://github.com/notifications/mobile/ios/CBRYTK2ZC7BCV4Q3PS352ND5JXGT7A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBQGAZTANJZUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVJTG633UMVZF62LPOM > and Android <https://github.com/notifications/mobile/android/CBRYTK4WXHJ32CJBOSY6EYL5JXGT7A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBQGAZTANJZUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE >. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Thanks @elibroftw for the heads-up — and good to know Linux gives you a smoother first-run. I will switch over and give it another try there. If anything interesting (good or bad) comes up vs the Windows run, I will post the delta back here. One quick question while you have it working: did you hit the same |
Uh oh!
There was an error while loading. Please reload this page.
Environment
npx --yes @deepseek-ai/dsh web, no prior cache)Repro
npx --yes @deepseek-ai/dsh webon a machine without the package cached.npm warn deprecated node-domexception@1.0.0: ...). No install progress, no build stage, no "server starting".dsh web: http://127.0.0.1:3080appears and everything works.Impact
Expected
installing dependencies… / building… / starting server…(or a spinner), or at minimum a printed note "first run downloads dependencies, this can take several minutes".registry.npmmirror.com) for CN users, and/or making the progress output visible through the npm lifecycle.All reactions