Hi, last night I had a problem when install expo-cli using command npm install -g expo-cli . The progress of installing stuct at
extract:@expo/traveling-fastlane-darwin .
And finally, I got a solution of this issue. Here the solution:Run Command Prompt as Administrator
npm i -g npm@latest
npm cache verify
npm install expo-cli --global
Hope it helps you if you have same issue.
I got this solution from here.
No comments:
Post a Comment