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.
yarn compileworks fines.but
yarn testmeet error.such as
merkle-patricia-tree callback is already calledI find a workaround and run
yarn testsuccessfully.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.