You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running anchor init to scaffold a new anchor workspace the command fails on the yarn install step with the following error:
Error: yarn install failed: No such file or directory (os error 2)
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:
ubuntu
avm 0.30.1
anchor 0.30.1
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: