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
I'm trying to install foodadvisor on my macOS.
Following are the steps
$ node -v v18.18.2 $ yarn -v 1.22.21 git clone https://github.com/strapi/foodadvisor.git cd foodadvisor/api yarn && yarn seed && yarn develop
Getting error error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.x.x <=16.x.x". Got "18.18.2"
What is going on? How to fix it?
The text was updated successfully, but these errors were encountered:
Downgrade your Node version to 12.x.x <= 16.x.x https://apple.stackexchange.com/questions/171530/how-do-i-downgrade-node-or-install-a-specific-previous-version-using-homebrew you can refer this.
Sorry, something went wrong.
No branches or pull requests
I'm trying to install foodadvisor on my macOS.
Following are the steps
Getting error error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.x.x <=16.x.x". Got "18.18.2"
What is going on? How to fix it?
The text was updated successfully, but these errors were encountered: