Open Tirke opened 11 months ago
i got a different error
You need the pulumi cli: https://www.pulumi.com/docs/install/
This is where I get to on linux x64 with bun 1.0.25, it is the last package:
Might have been on my end last night, a bit unusual for this connection to have issues. Still, today everything installed just fine:
Will report back on darwin arm next week if this is still open, otherwise please try bun@1.0.25 @Tirke
edit: works fine with bun@1.0.25, will come back here after updating to latest kernel if there are any issues otherwise does not look like this issue exists anymore.
@medv
I ran the install again on 1.0.26+c75e768a6
on Darwin 23.2.0 arm64 arm
and the install took so much time I had to cancel it was running for more than 9 minutes on building native deps for @pulumi/aws-native [22/22]
@Tirke installs fine on 1.0.25+a8ff7be64
and 23.3.0 Darwin arm64
.
Have not used 1.0.26 due to issues with handling SIGINT and SIGTERM during --watch
on at least linux 6.5.13 (downgrading bun fixes it), but if it didn't work for you on bun 1.0.18 as well as 1.0.26 then I'm not sure - just wanted to see if I could replicate this before committing to using bun and I can't. Both of my systems and now 3 kernels install this with no issues.
@medv thanks for reporting :)
What version of Bun is running?
1.0.18+36c316a24
What platform is your computer?
Darwin 23.1.0 arm64 arm
What steps can reproduce the bug?
7606 was closed but I still get the exact same error on bun
1.0.18
Run
bun install
in a fresh project with no node_modules and this package.json:What is the expected behavior?
Bun install completes (hopefully faster than pnpm)
What do you see instead?
Additional information
No response