Closed NicolasKlenert closed 7 years ago
Seems to me like you don't have git. Try installing git and create the project file again. Personally I use npm install -g git-all
Ok got the reason why: I used powershell instead of cmd and only cmd knows the git command without any customization. With cmd I was able to create a project without any problems. Thank you for your help.
Just installed create-react-native-app and typed "create-react-native-app proj". This is the full terminal output with the error message:
Environment
npm ls react-native-scripts
:npm ls react-native
: same as abovenpm ls expo
: also the samenode -v
: v6.9.5npm -v
: 3.10.10Operating system: Windows
After installing the missing react-redux node-module I get the error (if i try
npm start
) that the expo dependency is missing. If I try to install expo withnpm install --save exp
I get the same warnings as before (without the first warning message saying that react-redux is missing). So it seems the scripts fails by installing expo?