I try to configure node-open-mining-portal on debian 7( https://github.com/zone117x/node-open-mining-portal )
i dont understand why my module fail to bind on multi-hashing
i try to use
when i try node "init.js", i got :
Error: Could not locate the bindings file. Tried:
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/Debug/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/Release/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/out/Debug/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/Debug/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/out/Release/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/Release/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/default/multihashing.node
→ /home/userlocal/crypto/nomp/node_modules/multi-hashing/compiled/0.12.1/linux/ia32/multihashing.node
at bindings (/home/userlocal/crypto/nomp/node_modules/bindings/bindings.js:88:9
i got stratum-pool module with :
npm update return :
npm update
npm WARN deprecated [email protected]: critical bug fixed in v2.0.4
[email protected] node_modules/request/node_modules/caseless
[email protected] node_modules/request/node_modules/oauth-sign
[email protected] node_modules/request/node_modules/combined-stream/node_modules/delayed-stream
[email protected] node_modules/request/node_modules/http-signature/node_modules/asn1
[email protected] node_modules/bignum/node_modules/nan
[email protected] node_modules/request/node_modules/http-signature/node_modules/ctype
[email protected] node_modules/mysql/node_modules/bignumber.js
[email protected] node_modules/mysql/node_modules/readable-stream
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected])
npm ERR! Linux 3.2.0-4-686-pae
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "update"
npm ERR! node v0.12.1
npm ERR! npm v2.5.1
npm ERR! path /home/userlocal/crypto/nomp/node_modules/stratum-pool
npm ERR! code EISGIT
npm ERR! git Appears to be a git repo or submodule.
npm ERR! git /home/userlocal/crypto/nomp/node_modules/stratum-pool
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
npm ERR! Please include the following file with any support request:
npm ERR! /home/userlocal/crypto/nomp/npm-debug.log
thank you in advance for your help