janoside / lndash

Admin UI for LND
https://lnd-admin.btc21.org
MIT License
76 stars 24 forks source link

Pre-built binaries not found for grpc@1.23.3 #41

Open mercurytoxic opened 4 years ago

mercurytoxic commented 4 years ago

Describe the bug

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://node-precompiled-binaries.grpc.io/grpc/v1.23.3/node-v79-linux-x64-glibc.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for grpc@1.23.3 and node@13.2.0 (node-v79 ABI, glibc) (falling back to source compile with node-gyp) 

fixed changing version of grpc in package.json 1.23.3 -> 1.24.2