Expo Installation problems

Trying to install expo using this command:
npm install --global expo-cli

I get alot of warnings and havent found a solid solution:

Hi

This is definitely not ideal, but many of the warnings are pointless and the others shouldn’t matter.
e.g. all of the ones that say “SKIPPING OPTIONAL DEPENDENCY” are because they only apply to macOS (for the ones in your screenshot) whereas you’re running Windows.

The others are just deprecation warnings and not errors. Also, they are not relevant to any app you build with Expo (unless perhaps you use those deprecated things in your actual app :slight_smile:)

After this, does expo --version work?

Oh thank you, got it.
and yes expo version does work.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.