EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

docs: add "Troubleshooting" section to "Create Development Wallet" page #440

Open DanailMinchev opened 3 years ago

DanailMinchev commented 3 years ago

Hi,

While going through the setup I encountered some errors using the latest macOS Big Sur. Just re-installing EOSIO with updated PostgreSQL fixed the issue.

Added Troubleshooting to describe that.

Thanks

halsaphi commented 3 years ago

hi Danail,

Thanks for the PR.

I wasn't aware that cleos had a dependancy on postgresql - will investigate this.

Phil

DanailMinchev commented 3 years ago

Hi Phil,

Thank you, I think it was failing also for nodeos when try to call it nodeos --help. It is not specific to cleos only, but if I follow the tutorial, the cleos is the first interaction with EOSIO tools, that is why I have added that to the cleos page. I can move this somewhere else if you identify it as a problem as well.