Trying to install the npm package.
using command npm i -g expo-cli --ignore-engines
However, I am getting this unsupported engine error.
anyone know the workaround or point me to the correct steps? Thanks!
Trying to install the npm package.
using command npm i -g expo-cli --ignore-engines
However, I am getting this unsupported engine error.
anyone know the workaround or point me to the correct steps? Thanks!
Did u use internet connection. If you did check it well mine show the same
it’s telling you that it needs between node versions 12 and 16, but you have 18 installed. see if you can use NVM to switch versions GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions