Now, I get this error message, when run yarn amman:start from this repo
amman:error Error: Can't find account info file for account GymEN1BZjNJhhAvnP3PCVYCfHq9QQEoyFbkKgetcZSGk cloned from cluster https://api.metaplex.solana.com!
amman:error Make sure the account exists locally or on that cluster and try again.
amman:error at processAccounts (/Users/makuznetsov/work_dir/js/node_modules/@metaplex-foundation/amman/dist/validator/process-accounts.js:29:23)
amman:error at async buildSolanaValidatorArgs (/Users/makuznetsov/work_dir/js/node_modules/@metaplex-foundation/amman/dist/validator/solana-validator.js:46:69)
amman:error at async initValidator (/Users/makuznetsov/work_dir/js/node_modules/@metaplex-foundation/amman/dist/validator/init-validator.js:50:136)
amman:error at async handleStartCommand (/Users/makuznetsov/work_dir/js/node_modules/@metaplex-foundation/amman/dist/cli/commands/start.js:36:9)
amman:error at async main (/Users/makuznetsov/work_dir/js/node_modules/@metaplex-foundation/amman/dist/cli/amman.js:154:34) +0ms
But this account exist and i have last version solana
Hello! I saw the same problem, but this issue was close.
Now, I get this error message, when run
yarn amman:start
from this repoBut this account exist and i have last version solana
Can you help me resolve this problem?