@CryptoBuddha
No worries…
Take a deep breathe, this patience will bear amazing fruits
go to truffle.js
add this in networks, make sure the port ganache is running is 7545 or change it whatever it is
module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 7545,
network_id: "*"
}
}