upleveled / system-setup

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

Remove deprecated global Expo-CLI installation #82

Closed ProchaLu closed 1 month ago

ProchaLu commented 1 month ago

Closes #57

This PR addresses the deprecation of the global expo-cli installation, a change introduced with Expo SDK 46. The new local Expo CLI is now included in the Expo package, making the global installation unnecessary. This update is explained by @EvanBacon in this blog post.

Additionally changed the screenshot to display the pnpm add --global eas-cli command with the warnings.