nanovault
nanovault copied to clipboard
build error
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
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)
Nope, still same error.