postleaf icon indicating copy to clipboard operation
postleaf copied to clipboard

NPM install fails on sqlite3/microtime/node-gyp on ubuntu 64 bit on Raspberry Pi (arm)

Open GerritKuilder opened this issue 5 years ago • 0 comments

Summary

Please summarize your issue here. NPM insatll fails on sqlite3/microtime/node-gyp on ubuntu 64 bit on Raspberry Pi (arm)

Steps to Reproduce

  1. run npm install
  2. watch: begin of error:

[email protected] install /home/gerrit/workspace/code/prod/postleaf/node_modules/microtime

node-pre-gyp install --fallback-to-build --loglevel http

node-pre-gyp http GET https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v64-linux-arm64.tar.gz node-pre-gyp http 404 https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v64-linux-arm64.tar.gz node-pre-gyp ERR! Tried to download(404): https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v64-linux-arm64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) node-pre-gyp http 404 status code downloading tarball https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v64-linux-arm64.tar.gz node-pre-gyp ERR! Tried to download(undefined): https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v64-linux-arm64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) node-pre-gyp http Connection closed while downloading tarball file make: Entering directory '/home/gerrit/workspace/code/prod/postleaf/node_modules/microtime/build' CXX(target) Release/obj.target/microtime/src/microtime.o make: Entering directory '/home/gerrit/workspace/code/prod/postleaf/node_modules/microtime/build' CXX(target) Release/obj.target/microtime/src/microtime.o In file included from ../../nan/nan.h:192,

Additional info

  • Postleaf version: latest

  • Node version: 6.14.4

  • Affected browsers:

  • Operating system: ubunti 64 bit on raspberry pi: arm


Note: This issue tracker is ONLY for bug reports and feature requests. If this is a personal support issue, please visit postleaf.org/support.

GerritKuilder avatar Nov 15 '20 11:11 GerritKuilder