Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows 10 上使用 react-native-cli 2.0.1 和 react-native 0.57.1。
但是,当我使用 react-native init projectname 创建一个项目并尝试使用 react-native run-android 运行它时,我收到此错误:
除了第一个之外,我尝试了它提到的步骤,因为当我尝试运行它时,我只是得到 watchman: command not found。
yarn add @babel/runtime. 这将解决问题。
yarn add @babel/runtime
尝试这样做
rm -rf node_modules npm install