hey, i’m using truffle console + ganache. Getting an error when I try to interract with a contract.
truffle(development)> let contract = await Token.deployed()
Uncaught ReferenceError: global is not defined
at evalmachine.:2:19
Aug 10, 2021, 10:59 AM
issue resolved. changed node v12 to v10.
Aug 10, 2021, 11:58 AM