fuse-open / atom-plugin

Fuse Open plugin for Atom
MIT License
30 stars 11 forks source link

'fuse' could not be spawned #37

Closed stevenzeck closed 6 years ago

stevenzeck commented 6 years ago

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

knatten commented 6 years ago

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

stevenzeck commented 6 years ago

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