I am trying to install expo-cli on Windows 10 OS for react native through npm install expo-cli --global command, but it gets stuck at this line.
- I've tried clearing
npmcache and reinstallingnode. - I've tried running the command
npm install expo-cli --globalin powershell. - I've tried installing
expo-clithroughyarn, but it gets stuck on an errorThere appears to be trouble with your internet connection. Retrying...,although I checked and my internet is working fine.
I'm not able to figure out how to resolve it.
