Skip to content

Commit

Permalink
install more deps to get this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Aug 19, 2023
1 parent 1267e77 commit 893cf5e
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 1,169 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Upstream: https://github.com/fuse-friends/fuse-native
NOTES:

- On ARM64 linux, at least, 3 of the tests fail.
- On x86-64 linux, all the tests pass
- Upstream seems abandoned.
- On ARM64 linux upstream doesn't install, due to the shared library binary that they ship, which is wrong.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocalc/fuse-native",
"version": "2.2.7",
"version": "2.2.8",
"description": "Node.js bindings for the FUSE api (Filesystem in Userspace)",
"main": "index.js",
"bin": {
Expand All @@ -9,6 +9,7 @@
"scripts": {
"install": "node-gyp-build",
"test": "tape test/*.js",
"clean": "rm -rf node_modules build",
"prebuild": "prebuildify --napi --strip",
"prebuild-ia32": "prebuildify --napi --strip --arch=ia32",
"configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true"
Expand All @@ -17,12 +18,12 @@
"dependencies": {
"nanoresource": "^1.3.0",
"napi-macros": "^2.0.0",
"node-gyp-build": "^4.2.0"
"node-gyp-build": "^4.6.0",
"node-gyp": "^9.4.0"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"prebuildify": "^3.0.4",
"standard": "^13.1.0",
"tape": "^4.12.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 893cf5e

Please sign in to comment.