mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 863 forks source link

Unable to npm install on macOS High Sierra ( 10.13.5) #177

Closed mchepuri closed 6 years ago

mchepuri commented 6 years ago

Unable to install and run on macOS High Sierra ( 10.13.5)

Help us reproduce - tell us about your environment

I am running in to various installation issues after cloning to my macOS High Sierra ( 10.13.5) and when i tried npm install

1. macOS High Sierra ( 10.13.5)

Steps to reproduce

1.git clone https://github.com/mcnamee/react-native-starter-kit.git 2.cd react-native-starter-kit/ 3.npm install

Expected result

  1. Application should get installed succesfully

Actual result

Failed with error as shown in below screen shot

  1. [Screenshot, logs] screen shot 2018-07-03 at 5 40 06 am
mcnamee commented 6 years ago

Can you please try creating a fresh React Native project to rule out whether it's environment related? There errors appear to indicate that there's problems with npm downloading dependencies.

mcnamee commented 6 years ago

I believe this issue is fixed alongside https://github.com/mcnamee/react-native-starter-kit/issues/175