Open nickfrosty opened 1 month ago
looks like this might be related to this issue: https://github.com/coral-xyz/anchor/issues/3281
This should be fixed when we make npm
the default (see https://github.com/coral-xyz/anchor/issues/2881).
amazing!
@nickfrosty You can now pass in the package manager you want to use, see #3328
when running
anchor init
to scaffold a new anchor workspace the command fails on theyarn install
step with the following error:to note, yarn is not installed on this system since it was just freshly setup with all the usual local solana tooling. at a quick glance of the anchor code, I see it attempts to fallback to npm for installing the node modules, but for some reason it is not for me
system details: