fuse-open/atom-plugin

'fuse' could not be spawned

stevenzeck opened this issue · 2 comments

Hello. I keep receiving an error saying 'fuse' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process. and two errors logged in the console (below). I've tried uninstalling/reinstalling and restarting my machine as suggested by similar issues I searched here, but to no avail.

Uncaught Error: write EPIPE
at exports._errnoException (util.js:1022)
at WriteWrap.afterWrite (net.js:804)

Uncaught Error: spawn fuse ENOENT
at exports._errnoException (util.js:1022)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193)
at onErrorNT (internal/child_process.js:359)
at _combinedTickCallback (internal/process/next_tick.js:74)
at process._tickCallback (internal/process/next_tick.js:98)

Machine: Macbook
OS: High Sierra
Atom: 1.21.0
Fuse: 0.4.0

What happens if you open a terminal and type which fuse?

I uninstalled and reinstalled Fuse (not the package one), that seemed to fix it. Thanks!