【发布时间】:2019-07-04 15:25:41
【问题描述】:
“运行 'react-native run-android' 命令 Metro server 时出现此错误。”
这是错误图片: enter image description here
【问题讨论】:
标签: react-native
“运行 'react-native run-android' 命令 Metro server 时出现此错误。”
这是错误图片: enter image description here
【问题讨论】:
标签: react-native
从 react native 0.60.0 降级到 0.59.9 对我有用
在 package.json 中:
"react": "16.8.3",
"react-native": "0.59.9"
【讨论】: