I type the command :
npx ts-node candy-machine-v2-cli.ts upload -e devnet \
-k DEVw4sdjjwo3he1JgJbycZuWmZuC28YFMEY9uYpnP7cP.json -c cm2test \
-cp /users/macbook/git/cmv2/setup/cmsetup.json \
/users/macbook/git/cmv2/setup/uploadfolder
this gives me :
Attempt to debit an account but found no record of a prior credit
the solana balance gives me :
0 SOL
while if I type :
solana airdrop 1 <RECIPIENT_ACCOUNT_ADDRESS> --url https://api.devnet.solana.com
and this :
solana balance <ACCOUNT_ADDRESS> --url https://api.devnet.solana.com
this gives me :
2 SOL
I'm stuck at this stage of the tutorial: https://youtu.be/wBWmO5zPpug?t=910