Postleaf / postleaf

Simple, beautiful publishing with Node.js.

Home Page:https://www.postleaf.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GerritKuilder opened this issue · 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:

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

  • 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.