我试图在 react native 上运行一个 android 项目,但是当我尝试使用这个命令运行它时:react-native start
然后它会给我留下这个错误:
Looking for JS files in
C:\Users\mohammad\Desktop\AwsoneProject
[2:55:39 AM] <START> Building Dependency Graph
[2:55:40 AM] <START> Crawling File System
[2:55:40 AM] <START> Loading bundles layout
[2:55:40 AM] <END> Loading bundles layout (1ms)
React packager ready.
ERROR Watcher took too long to load
Try running `watchman version` from your terminal
https://facebook.github.io/watchman/docs/troubleshooting.html
Error: Watcher took too long to load
Try running `watchman version` from your terminal
https://facebook.github.io/watchman/docs/troubleshooting.html
at [object Object]._onTimeout (index.js:103:16)
at Timer.listOnTimeout (timers.js:92:15)
See http://facebook.github.io/react-native/docs/troubleshooting.html
for common problems and solutions.
我已经搜索了网络,但几个小时后我仍然无法修复它。我不得不提到我在这种情况下使用 Windows。我会很感激任何帮助。