hs-airdrop
hs-airdrop copied to clipboard
Error: Could not locate the bindings file.
the following command:
$ ./bin/hs-airdrop ~/.ssh/id_rsa hs1qzznt6wfep5rr8exqyrr6qvl0dpska50lpjx4lc 0.01
is giving me:
/Users/herve76/Documents/GitHub/hs-airdrop/node_modules/loady/lib/loady.js:121
throw err;
^
Error: Could not locate the bindings file. Tried:
- /Users/herve76/Documents/GitHub/hs-airdrop/node_modules/bcrypto/build/bcrypto.node
- /Users/herve76/Documents/GitHub/hs-airdrop/node_modules/bcrypto/build/Debug/bcrypto.node
- /Users/herve76/Documents/GitHub/hs-airdrop/node_modules/bcrypto/build/Release/bcrypto.node
I am using node v10.16.0
@jsappme did you receive any errors after running npm install
?
@boymanjor when i npm install ,help me
clang_bk: error: no such file or directory: 'Release/obj.target/goosig/src/goo/goo.o' [&] parent npm notice created a lockfile as package-lock.json. You should commit this file. added 9 packages from 9 contributors and audited 18 packages in 41.873s found 0 vulnerabilities
@boymanjor other errors
[*] -lgmp clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/dsa.o' clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/ecc.o' clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/rsa.o' clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/secp256k1/src/secp256k1.o' [&] parent
@DeftMKJ could you copy and paste your build log here? Also what os, node.js, and node-gyp versions are you using?
facing the same problem :(