We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v18.13.0
yarn install
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:
[email protected]: 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)!
.nvmrc
最初由 @mortezashojaei 在 matter-labs/era-tutorial-examples#64 发布
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there I am using the node version
v18.13.0
, and when I cloned this repository and tried to runyarn install
I got this error:[email protected]: 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 在 matter-labs/era-tutorial-examples#64 发布
The text was updated successfully, but these errors were encountered: