-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed install #322
Comments
So I downloaded the repo and ran npm install locally, but now when trying to launch my app I get: Error: Could not locate the bindings file. Tried: |
Same here, on macOS 10.15.4. |
I'm getting the same error as OP on WSL Ubuntu 20.04. Latest node v16.13.0
|
Trying to install on Ubuntu 14.04
npm install lwip
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
make: Entering directory
/var/www/neonetworks/node_modules/lwip/build' CXX(target) Release/obj.target/lwip_decoder/src/decoder/init.o In file included from ../src/decoder/init.cpp:1:0: ../src/decoder/decoder.h:91:14: error: variable or field ‘initAll’ declared void void initAll(Handle<Object> exports); ^ ../src/decoder/decoder.h:91:14: error: ‘Handle’ was not declared in this scope ../src/decoder/decoder.h:91:27: error: expected primary-expression before ‘>’ token void initAll(Handle<Object> exports); ^ ../src/decoder/decoder.h:91:29: error: ‘exports’ was not declared in this scope void initAll(Handle<Object> exports); ^ make: *** [Release/obj.target/lwip_decoder/src/decoder/init.o] Error 1 make: Leaving directory
/var/www/neonetworks/node_modules/lwip/build'gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:321:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.3.11-x86_64-linode131
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /var/www/neonetworks/node_modules/lwip
gyp ERR! node -v v12.16.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/mocha/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-02-14T18_23_07_637Z-debug.log
The text was updated successfully, but these errors were encountered: