Unable to install the version of Expo.
See original GitHub issueNo matter I use yarn or npm, I can’t install it.
my version:
"expo": "~40.0.0"
"react": "16.13.1"
"react-dom": "16.13.1"
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz"
Issue Analytics
- State:
- Created 3 years ago
- Comments:30 (11 by maintainers)
Top Results From Across the Web
Can't run "npm install expo-cli --global" - Stack Overflow
About node version manager · open the command prompt and run it as administrator . · recommended npm uninstall --global expo-cli . ·...
Read more >Common development errors - Expo Documentation
A list of common development errors that are encountered by developers using Expo.
Read more >Can't install expo-cli · Discussion #590 - GitHub
sudo npm install --unsafe-perm -g expo-cli this command is the ultimate problem solver in any expo-cli installation problem. Though there will be some ......
Read more >'expo' is not recognized as an internal or external command
To solve the error "'expo' is not recognized as an internal or external command, operable program or batch file", install the expo cli...
Read more >Unable to install Expo CLI. Spent 8 hours already trying ...
That's what a successful install looks like... You should try closing and reopening your terminal and then run `expo --version` and if that ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m using Expo SDK 40 and it’s working perfectly
I think you have a problem with installing sub-modules. Can you research about
git submodule
? What I do is just a sub-module on git that’s it.