$ npx hardhat node --trace
Error HH305: Unrecognized param --trace
For more info go to https://hardhat.org/HH305 or run Hardhat with --show-stack-traces
I've added the node task to register by default in 2.3.0 since it is hardhat's task. The PR 20's method was merged in v1 and while porting it to v2 it was replaced with a generic solution just added to the docs.
In fresh repo with this package.json:
Running:
Whereas: