Installation ERROR: error expo-cli@6.0.2: The engine "node" is incompatible with this module. Expect

I’m trying to install Strapi, but I get this error, so I downgraded node to 16, then pass the expo-cli, but get stuck on strapi installation because needs 18+… anyone had that issue?

This topic has been created from a Discord post (1241778793329328168) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

You need to uninstall expo-cli, globally installed dependencies interfere your npm

npm uninstall --global expo-cli

And node version should be 18+

thank you!