-
Notifications
You must be signed in to change notification settings - Fork 872
Error building npm run build:program-rust
on NixOS - no subcommand build-bpf
#450
Comments
#444 just report the issue and closed. But the solution doesn't work for me. I used the same environment setting (rust version, solana version). But I installed solana by I just re-install solana few minutes ago (follow the doc https://docs.solana.com/cli/install-solana-cli-tools), then it works now. It seems use |
@septemhill I did the same! give official docs a shot @rollschild |
AFAIK it's not possible to install the |
Try this one, not sure, but it might solve this issue, solution: |
Hi,
I'm a newbie in the Solana world and I was trying to build the project using
npm run build:program-rust
but got the following error:I'm using NixOS. All I installed was the package solana-testnet which is supposed to package the solana-cli.
From this issue I got to know somehow I need to install the solana-cargo-bpf package but as the comment said the package wasn't found.
Any help? Thanks!
The text was updated successfully, but these errors were encountered: