Trouble with Expo CLI installation command

Hello, whenever I follow the command “npm install -g expo-cli”, I am faced with so many vulnerabilities and general warnings. I simply need to get expo installed and can’t seem to find any solutions.

Please let me know what I should do.

EDIT: It seems that I did not see any confirmation message but that my expo might have installed properly nonetheless.

Hey @choigoh,

The warning are occuring because you are using Node.js version above 16. The expo-cli is supported from Node.js version 12 to 16.
The prompt in your terminal also conveys that in the third line that starts with required:.

Also, you can use npx expo which is a “new” local CLI version. Please refer to docs: Expo CLI - Expo Documentation, for more information.