剛創(chuàng)建的 react native 項目就報錯“error: Build input file cannot be found: '/Users/yanfazhongxin/Desktop/webstore/React Native/Aproject/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'”

image.png
云頂下面兩條命令就可以編譯通過了
$ cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../
$ cd node_modules/react-native/third-party/glog-0.3.5/ && ../../scripts/ios-configure-glog.sh && cd ../../../../