Closed wbarksdale closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if no there is no reply to further comments.
(disclaimer: I am utterly clueless about node and truffle at large, just starting out)
While trying to get started with the truffle react box. I performed the following steps:
This lead to the following error:
I went over to the trufflesuite repo and noticed that the current version of truffle-contract is
3.0.6
. I then updated package.json to use^3.0.6
for thetruffle-contract
version and rannpm install
and after that runningnpm run start
is successful.Someone with a better understanding than me should audit this change and make sure I'm not breaking something else, however this is fixing the issue for me.