Hey guys, what does it mean by Error: Could not find built Migrations contract?
I'm trying to run truffle deploy --network ropsten command but the error came up. The Migrations.sol and the build artifacts is there though.
Apr 12, 2018, 1:18 PM
Yes I do have that and also the deploy contract migration js.
There was a typo in my TestCoin.sol. Causes the build file to not find the sol contract during deployment.
Deleting the /build helps finding this error. Thanks guys.
Deleting the /build helps finding this error. Thanks guys.
You helped also. Thanks :)
I was tired maybe that I just copy and pasting some code from the web lol
Apr 12, 2018, 1:43 PM