fuse-friends / fuse-native

Multithreaded FUSE bindings for Node JS.
203 stars 29 forks source link

"Unsupported macOS Version" #2

Open billiegoose opened 4 years ago

billiegoose commented 4 years ago

Am I doing something obviously wrong?

> node index.js
{ Error [fuse failed]: fuse failed
    at fs.stat (/Users/wmhilton/code/wmhilton/foofs/node_modules/fuse-native/index.js:241:19)
    at FSReqWrap.oncomplete (fs.js:154:5) code: 'fuse failed', name: 'Error [fuse failed]' }

image

> node -v
v10.15.3
> npm ls
foofs@0.0.0 /Users/wmhilton/code/wmhilton/foofs
└─┬ fuse-native@2.0.2
  ├─┬ fuse-shared-library@1.0.2
  │ ├── fuse-shared-library-darwin@1.0.3
  │ └── fuse-shared-library-linux@1.0.1
  ├─┬ nanoresource@1.3.0
  │ └── inherits@2.0.4
  ├── napi-macros@2.0.0
  └── node-gyp-build@4.2.0

macOS Catalina, Version 10.15.2 (19C57)

mafintosh commented 4 years ago

Let's see if we can get to the bottom of that. It should work on Catalina. Did you have FUSE installed previously?

billiegoose commented 4 years ago

Maybe? I'll look, maybe I installed it with Homebrew a while back or something.