Deployments report not showing up (Truffle migrations)
See original GitHub issuetruffle-config.js:
mocha: {
reporter: 'eth-gas-reporter',
reporterOptions : {
'currency': 'JPY'
}
},
truffle version:
Truffle v5.1.63 (core: 5.1.63)
Solidity - 0.7.6 (solc-js)
Node v14.15.4
Web3.js v1.2.9
I could see Methods report with correct values but Deployments reports does not shows up.
I am on
"eth-gas-reporter": "^0.2.20",
"ganache-cli": "^6.12.2",
how could I fix this? Thanks !!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Deployment of ERC777 with Truffle Migrations doesn't work.
There are several issues here: 1: ERC777 fails to deploy, but does not communicate to the user the reason why it failed. No...
Read more >Contract has not been not deployed to detected network
The problem seems to be related to a bug report filed on github: https://github.com/trufflesuite/truffle/issues/573.
Read more >ohmyzsh: command not found: truffle | unable to migrate via ...
, yet, whenever I run the truffle migration (ie truffle migrate --reset --network rinkeby ), the terminal output reports it as unfound (ie...
Read more >Truffle migrate not deploying contract | Edureka Community
When you run truffle migrate it shows that network is up-to-date and so the changed contract is not getting deployed.
Read more >Migrating from Truffle to Buidler - Solidity developer
Use the command npx buidler test to run tests via Buidler. Stack traces will now be shown within your contracts. And you may...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be fixed in the latest version:
0.2.21
Please just lmk if you’re still seeing problems with this.
@sarveshwar-singh Oh good.
I will close this issue when I publish the fix - you should get a notification from Github via email since you opened it.