Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

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

Open GerritKuilder opened 3 years ago

GerritKuilder commented 3 years ago

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:

    microtime@2.1.5 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 microtime@2.1.5 and node@10.19.0 (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 microtime@2.1.5 and node@10.19.0 (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


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