example-helloworld
example-helloworld copied to clipboard
Failed to create keypair from CLI config file, falling back to new random keypair
Failed to create keypair from CLI config file, falling back to new random keypair
I was facing the same error. Just had to update node.js
to version 14.x
. It is recommended having version 14 or higher.
Upgrade versión to 17.x is done.
Same issue here, node v is 18
For me the error is caused by the config path configured in the yaml which is ~/.config/solana/id.json
does not exist. I have to create one and make sure it has some SOL token.
Closing since there's a resolution. In the future, we don't use GitHub for developer support, and encourage you ask your question on the Solana Stack Exchange https://solana.stackexchange.com/ or some other developer support forum.