-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn test meet error #194
Comments
hello @SunZhiC this is a testnet problem, i experienced a similar issue but it was resolved. I will suggest you talk with a representative from uniswap multichain Developer's live chat support page. UNISWAP DEVELOPER'S SUPPORT. Engage in a conversation regarding your issue with the uniswap representative, they will look into the transaction and help you escalate and resolve this issue right away. |
anything |
same thing here still. why would it be a testnet problem, does the tests even talk to the testnet? |
changing node to 12 does the trick, thanks to trufflesuite/truffle#3008 |
yarn compile
works fines.but
yarn test
meet error.such as
merkle-patricia-tree callback is already called
I find a workaround and run
yarn test
successfully.I work with a M1 Macbook, and my node version is v18.16.0. it can't run
yarn test
.I switch to node 12 and run command line with Rosetta, cause node 12 doesn't support arm64.
Finally, it works well.
If someone else is experiencing similar problems, hope he can help you.
The text was updated successfully, but these errors were encountered: