expo cli not updating


+ expo-cli@3.22.1
added 1844 packages from 836 contributors in 158.483s

Amoory@S MINGW64 ~/Desktop/vedioApp
$ expo --version
3.9.1


  • expo-cli@3.22.1
    added 1844 packages from 836 contributors in 158.483s

Amoory@S MINGW64 ~/Desktop/vedioApp
$ expo --version
3.


image

Hey @momoamoory,

Are you using nvm? This could account for why you are not seeing the updated version.

Cheers,
Adam

I’m using expo cli what is nvm?
this is how my project looks like
:sweat_smile:

nvm is a manager for installing and switching between different node versions

If you don’t use nvm, most likely problem is related to npm/yarn. e.g you installed expo-cli using npm and yarn, when you run npm install expo cli in npm is updated but your shell is using version from yarn

the case mentioned above is just an example, it could be the other way around, it could be multiple npm installations.
Make sure that npm/yarn bin directory is earlier in your PATH (depending on what you want to use)

1 Like

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