作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我想在 Android 模拟器上运行我的项目时出现此错误。
[Hot Module Replacement] Server listening on /hot
React packager ready.
Failed to build DependencyGraph: Watchman error: query failed: synchronization failed: Permission denied. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.html.
Error: Watchman error: query failed: synchronization failed: Permission denied. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.html.
at /Users/Ali/Desktop/app/Test/node_modules/react-native/node_modules/node-haste/lib/crawlers/watchman.js:63:11
at process._tickCallback (node.js:368:9)
我尝试了“watchman watch ~path”、“sudo”和“chmod”,但它们没有帮助我。
有人可以给我建议吗?
最佳答案
通过重装watchman解决
brew update
brew reinstall watchman
关于android - React-Native 无法构建 DependencyGraph : Watchman error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37370949/
运行 react-native run-android 后我收到以下错误,我不知道从这里做什么,因为我使用 npm i 以标准方式安装了所有内容 Error building DependencyGr
当我想在 Android 模拟器上运行我的项目时出现此错误。 [Hot Module Replacement] Server listening on /hot React packager read
我试图让 React Native 第一次运行他们的 hello world 应用程序 (AwesomeProject),但我在控制台中收到此错误: Failed to build Dependenc
我是一名优秀的程序员,十分优秀!