React Native: Command `run-ios` unrecognized

前端 未结 14 2145
野性不改
野性不改 2020-12-23 16:01

I have two different ReactNative-Projects:

  • a) a project from januar 2016
  • b) a complete new react-native project from now (march 20th 2016)
14条回答
  •  自闭症患者
    2020-12-23 16:26

    For me, the only thing that worked was to checkout again my repository from zero and run:

    npm install -g react-native-cli yarn 
    yarn  
    git submodule update --init --recursive
    

提交回复
热议问题