Expo cli update problem

Despite the fact that I have updated expo client, my project shows that it didn’t updated. My computer is Mac Pro 2019. Other updates also don’t work! 44

Hi

Please provide more information. What do you mean by “my project shows that it didn’t update”?

What happens if you run expo diagnostics in the root of your project?

Had the same problem , solved with
yarn global add expo-cli@latest

expo diagnostic
Expo CLI 3.9.1 environment info:
System:
OS: OS X El Capitan 10.11.6
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.12.0 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.9.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Xcode: 8.2.1/8C1002 - /usr/bin/xcodebuild
npmPackages:
expo: 35.0.0 => 35.0.0
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8
react-navigation: ^3.11.0 => 3.13.0
npmGlobalPackages:
expo-cli: 3.9.1

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