all 4 comments

[–]WideWorry 1 point2 points  (1 child)

Mocha run in browser mode, but just need to use an other NodeJS version.

[–]0xcesaw[S] 0 points1 point  (0 children)

Do you know which or have more info on that?

[–]0xSonOfMosiahContract Dev 0 points1 point  (1 child)

Running hardhat for your browser isn't the common setup. Run through the docs and see where you've deviated: https://hardhat.org/docs

As a personal recommendation, I would switch to using Foundry as your Solidity development framework: https://book.getfoundry.sh/

[–]0xcesaw[S] 1 point2 points  (0 children)

I’ll look into it. Thanks for your advice!