mr.siddiquie
mr.siddiquie

Reputation: 26

Unable to install React native using expo-cli command on windows

I am new to react-native. I have followed https://www.youtube.com/watch?v=qSRrxpdMpVc tutorial to install react-native but while installing it is showing error as shown below:

Error: npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Saud.Siddqui\AppData\Roaming\npm-cache_logs\2019-11-11T08_41_45_520Z-debug.log

Please help me to install react native using expo-CLI command.

Thanks in advance! Saud

Upvotes: 1

Views: 1014

Answers (2)

Surendra Kumar Ahir
Surendra Kumar Ahir

Reputation: 1697

Unable to install React native using expo-cli command on windows

Lower down your node version to 12.9

Its will work.

Upvotes: 1

mr.siddiquie
mr.siddiquie

Reputation: 26

enter image description here

Now it is stuck on this screen while installing node 12.13.0 as shown in the screenshot.

Upvotes: 0

Related Questions