Sospetto che i miei LaunchAgent su MacBook siano stati interrotti questo è ciò che ottengo quando corro ...
$ ls -ld ~/Library/LaunchAgents
lrwxr-xr-x 1 infacq staff 46 Aug 16 11:03 /Users/infacq/Library/LaunchAgents -> /usr/local/opt/mysql/homebrew.mxcl.mysql.plist
Quando provi ad installare altre cose usando brew
, verrà semplicemente indicata la directory mancante. Questo è ciò che ottengo quando provo a eseguire altre cose.
ERROR watchman--no-pretty get-sockname returned with exit code null 2016-01-23T07:35:13,560: [cli] Failed to open /Users/infacq/Library/LaunchAgents/com.github.facebook.watchman.plist for write: No such file or directory
Error: watchman--no-pretty get-sockname returned with exit code null 2016-01-23T07:35:13,560: [cli] Failed to open /Users/infacq/Library/LaunchAgents/com.github.facebook.watchman.plist for write: No such file or directory
at ChildProcess.<anonymous> (/Users/infacq/Documents/weekdays/node_modules/fb-watchman/index.js:198:18)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:821:16)
at Socket.<anonymous> (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Pipe._onclose (net.js:469:12)
Come posso risolvere questo problema?