You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1443 verbose stack Error: ffi@1.2.5 install: `node-gyp rebuild`
1443 verbose stack Exit status 1
1443 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:217:16)
1443 verbose stack at emitTwo (events.js:87:13)
1443 verbose stack at EventEmitter.emit (events.js:172:7)
1443 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14)
1443 verbose stack at emitTwo (events.js:87:13)
1443 verbose stack at ChildProcess.emit (events.js:172:7)
1443 verbose stack at maybeClose (internal/child_process.js:829:16)
1443 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
Im a litte bit lost at this point, i tried the following things:
Deleted all the node_modules and tried an fresh install;
Tried installing the modules seperately;
Is it a version problem of node.js vs the exec-sync build?, im lost.
The text was updated successfully, but these errors were encountered:
You should probably report this against the ffi project, seeing how that is giving you trouble. Make sure you have the prerequisites from https://github.com/nodejs/node-gyp installed (basically, a working compiler toolchain.)
If you can't make it work, file an issue over at https://github.com/nodejs/help. This issue tracker is only for node.js core-related issues (which your issue isn't) so I'll go ahead and close it.
Version: output of
node -v
Platform: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u1 x86_64 GNU/Linux
Version info :
I try to install the following dependencies :
So i do an npm install the following dependencies are installed:
But the exec-sync delivers the following error:
Im a litte bit lost at this point, i tried the following things:
Deleted all the node_modules and tried an fresh install;
Tried installing the modules seperately;
Is it a version problem of node.js vs the exec-sync build?, im lost.
The text was updated successfully, but these errors were encountered: