我刚才有同样的问题,我的解决方案是将NodeJS版本更新为
V4.0.0,完成后,删除react-native文件夹,再次执行原始步骤。
git clone https://github.com/facebook/react-native.gitcd react-native && npm installnpm start
它正在工作,希望对您有所帮助。

我刚才有同样的问题,我的解决方案是将NodeJS版本更新为
V4.0.0,完成后,删除react-native文件夹,再次执行原始步骤。
git clone https://github.com/facebook/react-native.gitcd react-native && npm installnpm start
它正在工作,希望对您有所帮助。