-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] is now available, please upgrade #1075
Comments
Most likely you installed eas-cli twice, with yarn and npm, so you are updating one version but using the other one. I recommend using npm for global install, because yarn sometimes resolves dependencies incorrectly. |
Same issue, no solution |
I'm having the same issue with [email protected] Tried to uninstall, do as @wkozyra95 said:
But still getting:
|
I have the same issue. Trying to upgrade to [email protected] but I'm stuck with: |
I'm using mac but this helped me to completely delete eas, then I could install the latest version |
Thanks @carmenchapa ! I will try. Otherwise I use npx eas-cli, it's a bit longer but very useful (you'll have the latest version anyway) |
Please how did you install the latest version @XiscoB @LouisSyfer @carmenchapa |
@carmenchapa After I deleted the eas file which I got through the "which eas" command, I can't install a new one. I get "bash:eas:commandnotfound" |
Same issues here... im out of ideas.. i try to remove with yarn, npm, even did a research with "eas-cli" on my whole computer... C:\Users\valco****> eas -v eas-cli/0.47.0 win32-x64 node-v18.11.0 Then upgraded @ latest with npx, npm yarn, globally non globally... output is the same.. HELP please. |
I'm getting the same error please help [email protected] is now available. eas-cli/3.13.3 darwin-arm64 node-v21.4.0 |
In my case, that's because of me using nvm to manage diff version of node while have multiple |
Build/Submit details page URL
No response
Summary
I'm running versione 0.48.1 (obtained with: eas -v )
When I try to build with a message appears:
[email protected] is now available, please upgrade.
I then run npm install -g eas-cli but the new version isn't installed and the old version is still there.
Is there another method to install the latest release?
Managed or bare?
Bare with plugins
Environment
expo-env-info 1.0.2 environment info:
System:
OS: Windows 10 10.0.22000
Binaries:
Node: 16.13.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 8.1.0 - C:\Program Files\nodejs\npm.CMD
SDKs:
Android SDK:
API Levels: 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 29.0.3
System Images: android-29 | Google APIs Intel x86 Atom
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6392135
npmPackages:
expo: ~43.0.0 => 43.0.1
react: 17.0.1 => 17.0.1
react-dom: ^17.0.2 => 17.0.2
react-native: 0.64.3 => 0.64.3
react-native-web: ^0.17.5 => 0.17.5
Expo Workflow: bare
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Nothing
The text was updated successfully, but these errors were encountered: