Truffle: Can't re-migrate a contract with truffle develop

Created on 17 Oct 2017  路  3Comments  路  Source: trufflesuite/truffle

Most helpful comment

migrate --reset worked for me; but I think truffle should be able to recognize the contract code changed without users having to do this

All 3 comments

Using 4 beta 1.

Working with a contract that I've deployed using truffle develop. After migration, I made a change to the contract, and wanted to redeploy it. I compile the contract again and then run truffle migrate but the console says "network up to date". I even tried truffle migrate --reset, but same output. Is this intentional?

@bmmpxf just tested migrate --reset inside the Develop console, and that works. I guess our fears were for nought!

(Closing this)

migrate --reset worked for me; but I think truffle should be able to recognize the contract code changed without users having to do this

Was this page helpful?
0 / 5 - 0 ratings