You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Atom Version: 1.0.19 System: Ubuntu 14.04.3 Thrown From: Atom Core
Stack Trace
Uncaught Error: Command failed: /bin/sh -c watchman get-sockname
/bin/sh: 1: watchman: not found
At events.js:141
Error: Command failed: /bin/sh -c watchman get-sockname
/bin/sh: 1: watchman: not found
at ChildProcess.exithandler (child_process.js:208:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:764: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:467:12)
at EventEmitter.ipc.sendSync (/usr/share/atom/resources/atom.asar/renderer/api/lib/ipc.js:21:31)
at BrowserWindow.RemoteMemberFunction [as getPosition] (/usr/share/atom/resources/atom.asar/renderer/api/lib/remote.js:140:29)
at Atom.module.exports.Atom.getWindowDimensions (/usr/share/atom/resources/app.asar/src/atom.js:555:29)
at Atom.module.exports.Atom.storeDefaultWindowDimensions (/usr/share/atom/resources/app.asar/src/atom.js:588:25)
at /usr/share/atom/resources/app.asar/src/window-event-handler.js:104:21
at handler (/usr/share/atom/resources/app.asar/src/space-pen-extensions.js:115:32)
at jQuery.event.dispatch (/usr/share/atom/resources/app.asar/node_modules/space-pen/vendor/jquery.js:4681:9)
at elemData.handle (/usr/share/atom/resources/app.asar/node_modules/space-pen/vendor/jquery.js:4359:46)
I just ran apm install nuclide-installer and I have Mercurial installed. I did not follow any other instructions.
Would it be possible to have a first-run health-check, that tells me what packages are missing (or misconfigured) on my system?
Node (and thus Atom) can install binaries, as I understand it. Would it be possible to ship Watchman with Nuclide? Otherwise: How can I configure the location of the watchman binary? (I cannot install it system-wide.)
That page requests me to run sudo make install, which I cannot do here. I tried installing it with ./configure --prefix=${HOME}/.local, $HOME/.local being in my $PATH, but Nuclide did not seem to pick up the watchman binary. (I confirmed that I can call it from a terminal, outside of Atom.)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[Enter steps to reproduce below:]
Atom Version: 1.0.19
System: Ubuntu 14.04.3
Thrown From: Atom Core
Stack Trace
Uncaught Error: Command failed: /bin/sh -c watchman get-sockname
/bin/sh: 1: watchman: not found
Commands
Config
Installed Packages
This issue was originally reported against Atom (atom/atom#9306), but closed there, as it is not caused by Atom itself.
Maybe related: I am also experiencing #224 and #225.
The text was updated successfully, but these errors were encountered: