jeremyfa / node-exec-sync

IMPORTANT: This repository is no longer maintained.
48 stars 26 forks source link

Error when loading module #3

Closed diosney closed 12 years ago

diosney commented 12 years ago

Please, I reeeally need this module working :D

Installed with "npm install exec-sync"

Output:

npm http GET https://registry.npmjs.org/exec-sync npm http 304 https://registry.npmjs.org/exec-sync npm http GET https://registry.npmjs.org/node-ffi npm http 304 https://registry.npmjs.org/node-ffi npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings exec-sync@0.1.2 ./node_modules/exec-sync └── node-ffi@0.5.5

When execute node app.js it throws:

node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Could not load the bindings file. Tried: → /Project/node_modules/exec-sync/node_modules/node-ffi/build/ffi_bindings.node →/Project/node_modules/exec-sync/node_modules/node-ffi/build/Debug/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/build/Release/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/out/Debug/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/Debug/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/out/Release/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/Release/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/build/default/ffi_bindings.node → /Project/node_modules/exec-sync/node_modules/node-ffi/compiled/0.6.12/linux/x64/ffi_bindings.node at bindings (/Project/node_modules/exec-sync/node_modules/node-ffi/node_modules/bindings/bindings.js:84:13) at Object. (/Project/node_modules/exec-sync/node_modules/node-ffi/lib/ffi.js:3:35) at Module._compile (module.js:441:26) at Object..js (module.js:459:10) at Module.load (module.js:348:32) at Function._load (module.js:308:12) at Module.require (module.js:354:17) at require (module.js:370:17) at Object. (/Project/node_modules/exec-sync/bin/index.js:4:9) at Object. (/Project/node_modules/exec-sync/bin/index.js:51:4)

Process finished with exit code 1

jeremyfa commented 12 years ago

This should be solved with the last version of the module.

diosney commented 12 years ago

Thanks! I will try it in the next days and if it remains (I hope not :D) I tell you.

perki commented 12 years ago

Hi, exec-sync@0.1.4 ./node_modules/exec-sync └── ffi@1.0.1 still have this prob

it seems that it's not building