1

节点 [1265] (FSEvents.framework) FSEventStreamStart: register_with_server: 错误: f2d_register_rpc() => (null) (-22)

运行时会发生这种情况npm t -- --watch。在我的系统节点 v7.4.0 上它工作正常。在我的同事(节点 v7.9)上它失败了。

这个问题在这里提出了确切的问题:

使用 Jest 进行测试失败并出现错误:错误监视文件以进行更改:EMFILE


然而修复“安装守望者”没有工作。

brew install watchman那时我们做了brew postinstall watchman

然后当再次尝试运行npm t -- --watch时,我们得到一个新的错误:

/Users/user/Library/LaunchAgents/com.github.facebook.watchman.plist:不允许操作

还有其他人遇到问题jest watch吗?

常规npm t将起作用。

4

2 回答 2

0

安装后watchman,您可以通过 将其授予启动代理的完全权限sudo chown -R $(whoami):staff ~/Library/LaunchAgents
它将解决权限问题。

于 2018-09-11T08:04:44.770 回答
-1

所以我们不得不在他的电脑上安装jest-cli...watchman

于 2017-06-16T19:27:31.637 回答