[Ethereum] “before all” hook: prepare suite

errorsoliditytruffle

This is the error code:
enter image description here

Adoption.sol code:
enter image description here

TestAdoption.sol code:
enter image description here

I dont know how to solve this, it fails when i try to use this comand: "truffle test".
Thanks.

Best Answer

npm uninstall -g truffle

npm install -g truffle@5.1.10 (always got me back on track)

Related Topic