Trying to go through the tutorial, truffle migrate is throwing an error trying to connect to the "network" but I don't think the context of this error has been covered error, have no idea how to move forward.
dbank % truffle migrate (starter_kit) dbank ?*
Compiling your contracts...
===========================
✔ Fetching solc version list from solc-bin. Attempt #1
> Everything is up to date, there is nothing to compile.
> Something went wrong while attempting to connect to the network. Check your network configuration.
Invalid JSON RPC response: "Error: connect ECONNREFUSED 127.0.0.1:7545\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16)"
Truffle v5.2.4 (core: 5.2.4)
Node v12.20.1
Trying to go through the tutorial,
truffle migrateis throwing an error trying to connect to the "network" but I don't think the context of this error has been covered error, have no idea how to move forward.