nanovault icon indicating copy to clipboard operation
nanovault copied to clipboard

build error

Open stefonarch opened this issue 6 years ago • 2 comments

npm i looks for a file (usb_bindings-v1.3.3-node-v72-linux-x64.tar.gz)which is 404:

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://github.com/tessel/node-usb/releases/download/1.3.3/usb_bindings-v1.3.3-node-v72-linux-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, glibc) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v72 ABI, glibc) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Hit error Connection closed while downloading tarball file 
make: ingresso nella directory "/home/stef/git/nanovault/node_modules/usb/build"
  CC(target) Release/obj.target/libusb/libusb/libusb/core.o
make: ingresso nella directory "/home/stef/git/nanovault/node_modules/usb/build"
  CC(target) Release/obj.target/libusb/libusb/libusb/core.o
  CC(target) Release/obj.target/libusb/libusb/libusb/descriptor.o
rm: impossibile rimuovere './Release/.deps/Release/obj.target/libusb/libusb/libusb/core.o.d.raw': File o directory non esistente
make: *** [libusb.target.mk:144: Release/obj.target/libusb/libusb/libusb/core.o] Error 1
make: uscita dalla directory "/home/stef/git/nanovault/node_modules/usb/build"
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2

https://github.com/tessel/node-usb/releases/tag/1.3.3

stefonarch avatar Sep 12 '19 16:09 stefonarch

You could try a npm update before npm install maybe? Which command is this from? (sorry maybe it's obvoius but I'm new to npm stuffs)

Eothred avatar Oct 26 '19 20:10 Eothred

Nope, still same error.

stefonarch avatar Oct 27 '19 06:10 stefonarch