rhinestonewtf / modulekit

Development Kit for building Smart Account Modules
https://docs.rhinestone.wtf/modulekit/
42 stars 23 forks source link

Bun errors out when trying to install modulekit dependencies #105

Open kopy-kat opened 1 month ago

kopy-kat commented 1 month ago

Have you ensured that all of these are up to date?

What command(s) is the bug in?

bun install

Operating System

macOS (Apple Silicon)

Describe the bug

When trying to use bun as a package manager it errors out with the following:

error: @rhinestone/sentinellist@github:rhinestonewtf/sentinellist failed to resolve
error: ds-test@github:dapphub/ds-test failed to resolve
error: forge-std@github:foundry-rs/forge-std failed to resolve
error: forge-std@github:foundry-rs/forge-std failed to resolve
error: @rhinestone/module-bases@github:rhinestonewtf/module-bases failed to resolve
error: @rhinestone/sentinellist@github:rhinestonewtf/sentinellist failed to resolve
error: ds-test@github:dapphub/ds-test failed to resolve
error: erc7579@github:erc7579/erc7579-implementation failed to resolve
error: forge-std@github:foundry-rs/forge-std failed to resolve
error: solarray@github:sablier-labs/solarray failed to resolve
error: solady@github:vectorized/solady failed to resolve
error: account-abstraction@github:kopy-kat/account-abstraction#develop failed to resolve
error: account-abstraction-v0.6@github:eth-infinitism/account-abstraction#v0.6.0 failed to resolve
error: ds-test@github:dapphub/ds-test failed to resolve
error: forge-std@github:foundry-rs/forge-std failed to resolve
Jarred-Sumner commented 1 month ago

This is is likely a bug in Bun and not in modulekit. Can you file an issue in Bun's repository?

kopy-kat commented 1 month ago

Done, thanks for pointing this out: https://github.com/oven-sh/bun/issues/11348