Skip to content
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

The fuels-forc / fuels-core packages don't install the binaries when used via bun #1522

Closed
Dhaiwat10 opened this issue Dec 14, 2023 · 1 comment · Fixed by #1565
Closed
Assignees
Labels
bug Issue is a bug

Comments

@Dhaiwat10
Copy link
Member

If we use bun to install the SDK, it doesn't install the binaries served via @fuel-ts/fuels-forc and @fuel-ts/fuels-core which are supposed to be installed via the install script.

We are not sure if this is a bug on our end, or an issue with bun. This needs to be investigated.

@Dhaiwat10 Dhaiwat10 added the bug Issue is a bug label Dec 14, 2023
@Dhaiwat10 Dhaiwat10 added this to the 2 - Beetle milestone Dec 14, 2023
@Dhaiwat10 Dhaiwat10 self-assigned this Dec 14, 2023
@Jarred-Sumner
Copy link

@Dhaiwat10 this is caused by Bun not running postinstall scripts for packages not in the list of default-enabled trusted dependencies

Adding the package name to "trustedDependencies": ["@fueld-ts/fuels-core"] may do it, when in the root project's package.json

@Dhaiwat10 Dhaiwat10 modified the milestones: 2 - Beetle, 1 - Salamander Dec 15, 2023
@arboleya arboleya linked a pull request Dec 15, 2023 that will close this issue
4 tasks
@arboleya arboleya removed this from the 1 - Salamander milestone Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
3 participants