JueJinClient
JueJinClient copied to clipboard
晕,react-native run-ios运行报错,如图
@wangdicoder 我也是这个错误。重试了几次都是这个错误 link 后错误一样。
不知道跟node版本有没有关系呢。我的node是 7.10
@cooliean 网上找可以运行的react-native demo,大多运行不起来,应该和react-native版本有关系。 https://github.com/attentiveness/reading.git ,这个例子不错,可以用xcode运行起来。
同样遇到这个错误
react-native-deprecated-custom-components 没装,执行一下yarn add react-native-deprecated-custom-components或者 npm install --save react-native-deprecated-custom-components
执行npm install --save react-native-deprecated-custom-components,不行 @L5411
@wuyanwuyan @cooliean @zhu353071655 @L5411 @demoker 先安装一下 rnpm,执行 npm install rnpm -g 然后 react-native link 再试试看
还是不行
要升级npm版本到5.0