➜ ic-drip-main npm run dfx:setup
> ic_loot@1.0.0 dfx:setup
> dfx canister create --all && dfx build && npm run dfx:install
Creating canister "ic_loot_assets"...
"ic_loot_assets" canister was already created and has canister id: "rrkah-fqaaa-aaaaa-aaaaq-cai"
Creating canister "ic_loot_rs"...
"ic_loot_rs" canister was already created and has canister id: "ryjl3-tyaaa-aaaaa-aaaba-cai"
Building canisters...
Executing 'cargo build --target wasm32-unknown-unknown --release --package ic_loot_rs'
thread 'main' panicked at 'Could not run custom tool.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/dfx/src/lib/builders/custom.rs:181:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When I run
npm run dfx:setupthe following prompt come out. I don't know what it means.