报错"[!] No podspec found for React in ./node_modules/react-native"

在按照官网提示安装f8app时,遇到的错误,原因是上一步没有导入node_modules文件。如图:


屏幕快照 2017-11-21 10.52.14.png

在上层文件路径中执行一下命令

npm install --registry=https://registry.npm.taobao.org

然后再去执行

pod install

大功告成


屏幕快照 2017-11-21 10.56.14.png

参考链接:http://www.jianshu.com/p/04e91a68e2d6
https://f8-app.liaohuqiu.net/tutorials/building-the-f8-app/local-setup/

你可能感兴趣的:(报错"[!] No podspec found for React in ./node_modules/react-native")