Error installing React Native

1

I'm trying to set up the react native environment on my computer. Get install choco package manager. But when I try to install python2 with the command: choco install python2 this error message appears:

I'm using windows 10 64 with Java Skd and JRe 1.8 Important note: be able to install nodejs with this command: choco install nodejs.install

    
asked by anonymous 11.04.2017 / 15:52

1 answer

0

Why not use Create React Native App or Expo.io . Both do not need to set up an environment with GBs and more GBs of libraries. Not quite the solution to your question but it's a possibility. Within minutes you can start a React Native project.

    
12.04.2017 / 04:09