问题标签 [watchman]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - `react-native start` 需要很长时间
在 Windows 上使用 react-native 变得越来越困难。
一开始一切正常("react-native": "^0.18.0-rc"
)。然后我比开始晚了大约四个月升级了 react-native。React-Native 变得更慢了。即便如此,它变得更慢了,我继续改进我的项目。
有一天,我读到“React Native 0.22 附带热重载!” 然后我立即尝试了它。它在 Windows 上运行不稳定。我最近试过。不幸的是,一切都是一样的。
我已将 React-Native 更新为0.27.0-rc2
. 打包程序的工作非常缓慢。然后我尝试初始化一个新项目并将该项目移动到新的初始化项目中。这个过程将打包机的工作时间从 293 秒减少到了 169 秒。然后我尝试将 RN 版本降级为0.26.2
稳定版。一切似乎都一样。
偶数finding dependencies
阶段需要 177 秒。这对我来说是一场真正的灾难。
有没有机会让 Windows 上的 React-Native 打包器变得更快?
watchman - 与守望者有问题
有人可以告诉我如何从 linux 终端中删除守望者吗?打算尝试不同的节点观察器。我试过“sudo apt-get --purge remove watchman”,但没有奏效。
react-native - 守望者:未能识别 PDU:fill_buffer:EOF
我用 React-Native 构建了一个 Android APP。但是当我运行时,react-native run-android
我得到了这个错误Watchman: failed to identify PDU: fill_buffer: EOF
。
当我开始时它也会得到react-native start
。
ember-cli - ember-cli 使用 nodewatcher / watchman 做什么?
我正在尝试找到 ember-cli 具体使用 watchman / nodewatcher 的基本答案,但遇到了一些麻烦。我有一种感觉,我有点笨拙,但如果有人在这里有解释,我会很感激。
react-native - 查找包管理器的依赖关系超级慢
通过在设备上运行我的 react-native 应用程序
或者
启动包管理器,但由于未加载依赖项,因此加载应用程序需要很长时间。加载所有依赖项总共需要 297646 毫秒,这可能是不正常的。我已经重新启动了我的计算机和包管理器,但每次都需要那么长时间。
我的包管理器终端的输出是:
[
ios - 无法读取 null React Native iOS 的属性“根”
从昨天开始我就一直面临这个问题,无法解决。我已经浏览了所有为 react native 和 watchman 提交的 github 问题,没有一个有助于解决问题。
当我尝试使用命令在我的项目文件夹中启动 react-native 时:
react-native start
终端中抛出以下日志:
[4:57:26 PM] 构建依赖关系图 [4:57:27 PM] 爬行文件系统 [热模块更换] 服务器监听 /hot
React 打包器准备好了。
无法构建 DependencyGraph:Watchman 错误:无法读取 null 的属性“根”。确保 watchman 正在为此项目运行。请参阅 https://facebook.github.io/watchman/docs/troubleshooting.html。错误:守望者错误:无法读取 null 的属性“根”。确保 watchman 正在为此项目运行。请参阅 https://facebook.github.io/watchman/docs/troubleshooting.html。在 /Users/anum/Desktop/Practice/QuizReact/node_modules/node-haste/lib/crawlers/watchman.js:63:11 在 process._tickCallback (internal/process/next_tick.js:103:7)
我已将 watchman 和 brew 更新到最新版本。请有人能指出我解决这个问题的正确方法吗?谢谢。
installation - 如何在 Windows(win10)上安装 Watchman?
我正在尝试将 Watchman 安装到我的计算机上,以用于 React Native 的 npm。我打开了文档http://facebook.github.io/watchman/docs/install.html并且不明白应该怎么做。
你能更详细地解释一下吗?
android - windows上的react-native run-android错误:在PATH中找不到Watchman
我使用官方站点指南在 Windows 7 x64 上安装react-native 。
当我在项目文件夹中使用react-native run-android测试安装时,我在React Packager上收到以下错误:
我已经尝试过:
- 从https://github.com/facebook/watchman/issues/19下载 Watchman Alpha ,解压缩 .zip 并在环境变量的路径中手动设置 watchman.exe。
错误仍然出现。
任何人都知道如何解决这个问题?
react-native - 没有守望者的 React Native Packager
我刚刚开始研究用于 android 开发的 react-native 并在 windows 中设置环境。然后事实证明,Windows 没有 watchman 版本。
react native 打包器在没有 watchman 的情况下运行,但应用程序重新加载或实时重新加载不起作用,每次更改代码时我都需要重新启动 react native 打包器。由于某种原因,这至少需要 1 分钟。
有没有办法让这更容易忍受?例如,手动触发对打包程序的文件更改或替代与反应本机打包程序一起工作的守望者。
提前致谢
ios - react-native:守望者连接已关闭
React-native 新手问题在这里:我不能让它在 osx 上工作。启动 react-native run-ios testapp 后,我的应用程序构建没有错误并启动 iphone 模拟器,在新终端“React Packager”中出现以下错误:
在模拟器中添加了应用程序“testapp”,但在启动它时,它会立即崩溃/停止。
我在故障排除指南中找不到任何相关内容。有人有什么想法吗?