节点 [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
将起作用。