Hi!
I’m doing Mark’s NEM course and in the last lesson of a section called Building a CLI Wallet, I got an error when trying to run node bin/wallet.js balance
in the terminal.
Here’s a screenshot of the error:
At the top of the error it says ReferenceError: getAccountBalances is not defined
.
The only mention of getAccountBalances
is on line 93:
I think the red squiggly line underneath it means that it hasn’t been defined yet. What should I do now?
If you need more code or details please tell me. Thanks for your help and time!