Skip to content
New issue

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

The engine "node" is incompatible with this module. Expected version ">=14.x.x <=16.x.x". Got "18.18.2" #133

Open
aksthelion opened this issue Nov 18, 2023 · 1 comment

Comments

@aksthelion
Copy link

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?

@sandip0149
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants