node[1265] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)jest - watch(npm t - --watch)投擲錯誤
這發生在運行npm t -- --watch
。在我的系統節點v7.4.0上,它工作正常。在我的同事(節點v7.9)失敗。
這個問題在這裏詢問確切的問題:
Testing with Jest failed with Error: Error watching file for changes: EMFILE
但是修復 「安裝守夜人」 沒有工作。
我們做brew install watchman
然後brew postinstall watchman
然後嘗試再次運行npm t -- --watch
當我們得到一個新的錯誤:
/Users/user/Library/LaunchAgents/com.github.facebook.watchman.plist: Operation not permitted
任何人運行與jest watch
有問題?
定期npm t
將工作。