zkparty / trusted-setup-frontend

The KZG Ceremony web browser implementation
https://ceremony.ethereum.org
229 stars 66 forks source link

Hey there I am using the node version `v18.13.0`, and when I cloned this repository and tried to run `yarn install` I got this error: #237

Open Vtalike opened 7 months ago

Vtalike commented 7 months ago

Hey there I am using the node version v18.13.0, and when I cloned this repository and tried to run yarn install I got this error:

hardhat@2.9.3: The engine "node" is incompatible with this module. Expected version "^12.0.0 || ^14.0.0 || ^16.0.0". Got "18.13.0"

so I think one good solution could be adding a .nvmrc file in the root (as I fixed my problem with switching to node version 16 with the help of nvm)!

最初由 @mortezashojaei 在 https://github.com/matter-labs/era-tutorial-examples/issues/64 发布