eas-cli icon indicating copy to clipboard operation
eas-cli copied to clipboard

Deprecated dependencies when installing `eas-cli@latest`

Open sauryagur opened this issue 3 months ago • 0 comments

Build/Submit details page URL

No response

Summary

When installing the latest version of eas-cli globally using Yarn, I see multiple deprecation and unsupported package warnings. It still installs successfully, but the warnings suggest that dependencies are outdated or unsupported.

Managed or bare?

Bare

Environment

expo-env-info 2.0.7 environment info: System: OS: Linux 6.16 Fedora Linux 42 (Workstation Edition) Shell: 5.9 - /usr/bin/zsh Binaries: Node: 22.19.0 - ~/.nvm/versions/node/v22.19.0/bin/node Yarn: 1.22.22 - /usr/bin/yarn npm: 11.6.0 - ~/.nvm/versions/node/v22.19.0/bin/npm SDKs: Android SDK: API Levels: 36 Build Tools: 36.0.0, 36.1.0 System Images: android-36 | Google Play Intel x86_64 Atom npmPackages: expo: ~53.0.22 => 53.0.22 react: 19.0.0 => 19.0.0 react-native: 0.79.5 => 0.79.5 Expo Workflow: bare

Error output

Reproducible demo or steps to reproduce from a blank project

  1. Run:

    yarn global add eas-cli@latest
    
  2. Observe warnings in the terminal.

sauryagur avatar Sep 16 '25 18:09 sauryagur