I wanted to follow this tutorial (https://facebook.github.io/react-native/docs/getting-started.html) to start learning react-native.
I followed the first steps and I ran into some issues on the command line: expo init AwesomeProject
Here's the log :
PS C:\Users\ANTD\react_native> expo init AwesomeProject2
? Choose a template: blank
[09:06:11] Extracting project files...
Process exited with non-zero code: 2
ERROR: C:\Users\ANTD\.expo\starter-app-cache\blank-31.0.0.tar.gz
C:\Users\ANTD\.expo\starter-app-cache\blank-31.0.0.tar.gz
Open ERROR: Can not open the file as [gzip] archive
ERRORS:
Is not archive
Process exited with non-zero code: 2
[09:06:11] Customizing project...
[09:06:11] ENOENT: no such file or directory, open 'C:\Users\ANTD\react_native\AwesomeProject2\app.json'
[09:06:11] Set EXPO_DEBUG=true in your env to view the stack trace.
I searched on the github page and on forums but didn't find info on this. I also tried this :
deleted files in .expo folder
npm -g uninstall expo-cli --save
npm install -g expo-cli@latest
But same issue.
blank-31.0.0.tar.gz file is empty with only html tags. Might be the issue but I don't know what to do...
Thanks