Why we can not use npx to initialize expo projects?

In the Expo docs you see them suggest that you install expo globally rather than use it locally. NPX is for executing npm packages and expo is an npx package, so why can you not use npx to initialise projects with expo?

you can if you want, npx expo-cli init

i don’t recommend it because you’ll be using expo-cli a lot when doing development, so it’s useful to have it around.

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