upleveled / system-setup

Set up a PERN development environment on Windows, macOS and Linux
28 stars 19 forks source link

Remove global `expo-cli` installation #57

Closed karlhorky closed 1 month ago

karlhorky commented 5 months ago

Right now, we install expo-cli globally, but I think this is deprecated now, so probably we should remove this step

Verify that it has been deprecated / is no longer recommended and then remove it from all guides

ProchaLu commented 1 month ago

In Expo SDK 46, the Local Expo CLI got introduced, described by @EvanBacon in this blogpost. Users no longer need to run pnpm add -g expo-cli as the CLI is shipped with the expo package.

To install expo-cli we can now run pnpm add expo, because Expo CLI is included in the expo package.