Open ngotiendatdinosys opened 5 years ago
same issue
nobody knows what this is??
I realized that I got stuck only when running migrate
alone. If I run migrate -f 2
(because my smart contract is labeled by truffle as 2) the smart contract gets migrated succesfully without problems.
@ngotiendatdinosys did you solve this problem?
I realized that I got stuck only when running
migrate
alone. If I runmigrate -f 2
(because my smart contract is labeled by truffle as 2) the smart contract gets migrated successfully without problems.
This one works for me but it only migrated the specific contract but it helps me to narrow my problem, it turns out that the problem is the 1_initial_migration.sol after removing the modifier restricted it works well but it is not recommended to remove. That's why I'm still looking for a solution without removing it. Please let me know if there is someone there who knows the solution. Thanks.
"--f
I faced the same problem
***Truffle version: Truffle v5.0.1 (core: 5.0.1) Solidity - ^0.4.21 (solc-js) Node v8.12.0