-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some bun commands are stuck in Windows #9865
Comments
Thanks for the bug report. Could you attach the |
Yes, I have updated my post. |
I have the same issue. My package.json: https://github.com/aiktb/FuriganaMaker/blob/main/package.json PS C:\Users\aiktb\Github\FuriganaMaker> npx envinfo --system --binaries
System:
OS: Windows 11 10.0.22631
CPU: (18) x64 Intel(R) Core(TM) Ultra 5 125H
Memory: 9.81 GB / 31.61 GB
Binaries:
Node: 21.7.2 - C:\Program Files\nodejs\node.EXE
npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD
bun: 1.1.1 - ~\AppData\Roaming\npm\bun.CMD |
My bun works now! I tried again today in a different network and |
Same issue on bun upgrade and bun install stuck "resolving", I am behind a proxy as well.
|
Hi! The problem occurred to me again, but it takes a long time to resolve (10-15min) when I run What version of Bun is running?1.1.7 What platform is your computer?Microsoft Windows NT 10.0.19045.0 x64 What steps can reproduce the bug?Install bun using command from https://bun.sh Open a folder with a valid package.json file rm -r .\node_modules\ > pnpm i
╭──────────────────────────────────────────────────────────────────╮
│ │
│ Update available! 8.15.5 → 8.15.6. │
│ Changelog: https://github.com/pnpm/pnpm/releases/tag/v8.15.6 │
│ Run a script from: https://pnpm.io/installation │
│ │
│ Follow @pnpmjs for updates: https://twitter.com/pnpmjs │
│ │
╰──────────────────────────────────────────────────────────────────╯
Packages: +27
+++++++++++++++++++++++++++
Progress: resolved 50, reused 27, downloaded 0, added 27, done
dependencies:
+ socket.io 4.7.5
+ tsx 4.7.1
Done in 3s rm -r .\node_modules\ bun install Takes insanely long time to resolve and download modules > bun i
bun install v1.1.7 (b0b7db5c)
🔍 Resolving...
What is the expected behavior?
What do you see instead?> bun install
bun install v1.1.7 (b0b7db5c)
🔍 Resolving... > bun upgrade
Additional information> echo $PSVersionTable
Name Value
---- -----
PSVersion 7.4.2
PSEdition Core
GitCommitId 7.4.2
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
{
"name": "trust-game",
"version": "0.0.1",
"description": ":))))",
"main": "index.js",
"scripts": {
"start": "tsx index.ts",
"dev": "tsx watch index.ts"
},
"keywords": [
"game",
"online",
"websocket"
],
"author": "tobycm",
"license": "MIT",
"dependencies": {
"socket.io": "^4.7.5",
"tsx": "^4.7.1"
}
} |
Hi! I think the problem is Although this problem doesn't happen on |
What version of Bun is running?
1.1.0+5903a6141
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
Install bun using command from https://bun.sh
Restart computer
Open a folder with a valid package.json file
Works
Stuck
for a long time
And
bun upgrade
is also stuck,What is the expected behavior?
bun install
installs packages andbun upgrade
at least returns a message that I am up to date.What do you see instead?
Additional information
package.json
:The text was updated successfully, but these errors were encountered: