cabal-club / cabal-cli

Terminal client for Cabal, the p2p chat platform.

Home Page:https://cabal.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux binary not running on my machine

hackergrrl opened this issue · comments

It fails with

Error: No native build was found for platform=linux arch=x64 runtime=node abi=64 uv=1 libc=glibc

cc @joehand, any ideas?

commented

same here, everything seems fine according to ldd too

commented
pkg/prelude/bootstrap.js:1244
      throw error;
      ^

Error: No native build was found for platform=linux arch=x64 runtime=node abi=64 uv=1 libc=glibc
    at Function.load.path (/snapshot/cabal-cli/node_modules/node-gyp-build/index.js:56:9)
    at load (/snapshot/cabal-cli/node_modules/node-gyp-build/index.js:21:30)
    at Object.<anonymous> (/snapshot/cabal-cli/node_modules/sodium-native/index.js:1:101)
    at Module._compile (pkg/prelude/bootstrap.js:1320:22)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
    at Module.load (internal/modules/cjs/loader.js:651:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:591:12)
    at Function.Module._load (internal/modules/cjs/loader.js:583:3)
    at Module.require (internal/modules/cjs/loader.js:690:17)
    at Module.require (pkg/prelude/bootstrap.js:1225:31)