Closed ArnaudBand closed 1 year ago
@ArnaudBand Got the same issue with node 18 Modified the "chain" in "scripts" of packages/hardhat/package.json to this.
"chain": "export SET NODE_OPTIONS=--openssl-legacy-provider && hardhat node --network hardhat --no-deploy"
This should resolve it.
nvm install 16 nvm use 16 should work!
"chain": "export SET NODE_OPTIONS=--openssl-legacy-provider && hardhat node --network hardhat --no-deploy"
@ArnaudBand Got the same issue with node 18 Modified the "chain" in "scripts" of packages/hardhat/package.json to this.
"chain": "export SET NODE_OPTIONS=--openssl-legacy-provider && hardhat node --network hardhat --no-deploy"
This should resolve it.
Thank you @shivamsk for your response. It helps me to solve that error.
I get this error after run
yarn chain
and when i runyarn start