metro-file-map:守望者抓取失败

问题描述 投票:0回答:1

这不是重复的!

我是react-native新手,昨天我使用Expo开始了一个新项目,昨天运行良好 - 我研究了导航并添加了黑暗模式 - 一切都在网络和移动设备上完美运行......直到我今天醒来发现这个。

metro-file-map: Watchman crawl failed. Retrying once with node crawler.
  Usually this happens when watchman isn't running. Create an empty `.watchmanconfig` file in your project's root folder or initialize a git or hg repository in your project.
  Error: Watchman error: query failed: synchronization failed: Connection timed out. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.

我遵循了一些 SO 回答类似守望者问题的步骤:

$ watchman watch-del-all
$ watchman shutdown-server

我还向依赖项添加了 watchman 和 .watchmanconfig 文件。

但是不,似乎没有什么对我有用,我无法恢复我的工作。请帮忙。

javascript react-native expo metro-bundler watchman
1个回答
0
投票

通过移除看守人使其工作。

© www.soinside.com 2019 - 2024. All rights reserved.