infinitered / ignite

Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.7k stars 1.4k forks source link

Failed to add React Native 0.61.2 #1509

Closed whalemare closed 4 years ago

whalemare commented 4 years ago

What's going on?

Trying to create new app, but it is failed with error failed to add React Native 0.61.2

Steps to reproduce

$ yarn global add ignite-cli
$ ignite new PizzaApp
  ( Choose `Bowser` when prompted )

ignite doctor results:

System
  platform           darwin                                                         
  arch               x64                                                            
  cpu                4 cores               Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz 
  directory          ReactNativeProjects   /Users/whalemare/ReactNativeProjects     

JavaScript
  node               10.16.3      /usr/local/bin/node                    
  npm                6.11.2       /Users/whalemare/.npm-packages/bin/npm 
  yarn               1.19.1       /usr/local/bin/yarn                    

Ignite
  ignite-cli         3.3.1        /Users/whalemare/.npm-packages/bin/ignite                          
  ignite src         build        /Users/whalemare/.config/yarn/global/node_modules/ignite-cli/build 
  generators         {}                                                                              

Android
  java               1.8.0_121    /usr/bin/java 
  android home       -            undefined     

iOS
  xcode              10.3       

P.S. Guys, I am opened about 2 issues like this for all the time. Can you please create Docker image on CI (or something else) that can execute command ignite new PizzaApp and wait until success on every new version? It is will be helpful for us (your community). Thank you for what do you do for us!

whalemare commented 4 years ago

I run this via --debug and see error Unable to locate the CocoaPods.app application bundle. I am just skip it and install it manually.