RPI 3B headless install problems
#1
Hello there,

On my clean install RPI3 it seems impossible to install gekko without errors.

Install history


Code:
    1  sudo nano /etc/dhcpcd.conf
    2  sudo reboot now
    3  raspi-config
    4  sudo raspi-config
    5  ifconfig
    6  sudo raspi-config
    7  sudo nano /etc/dhcpcd.conf
    8  sudo apt-get update
    9  sudo apt-get upgrade
   10  sudo nano /etc/dhcpcd.conf
   11  sudo shutdown now
   12  ifconfig
   13  node -v
   14  node
   15  sudo apt-get install -y nodejs
   16  npm
   17  node -v
   18  sudo apt install npm
   19  npm -v
   20  sudo apt-get install git-core
   21  sudo apt-get install git
   22  git clone git://github.com/askmike/gekko.git -b stable
   23  cd gekko
   24  npm install --only=production
   25  history

After #24 the error is extensive:

Code:
npm ERR! System Linux 4.14.98-v7+
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "--only=production"
npm ERR! cwd /home/pi/gekko
npm ERR! node -v v8.11.1
npm ERR! npm -v 1.4.21
npm ERR! code E405

The npm log file is extensive and attached.

The problem at first glance after going trough some forums is that the NPM version is to low.
At an earlier stage I updated npm to 11 but then sqlite gave a lot of problems along the same line
---
node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws....arm.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.6 and node@8.11.1 (node-v57 ABI, glibc) (falling back to source compile with node-gyp) 
----

I've also tried to install SQLITE separately (sudo apt-get sqlite3) with no results.

I hope somebody can help.

MauPoLom


Attached Files
.zip   npm-debug.zip (Size: 271.83 KB / Downloads: 2)
  Reply


Messages In This Thread
RPI 3B headless install problems - by Maupolom - 04-01-2019, 06:28 PM
RE: RPI 3B headless install problems - by lucifar - 09-03-2021, 11:56 AM
RE: RPI 3B headless install problems - by lucifar - 09-03-2021, 03:35 PM
RE: RPI 3B headless install problems - by lucifar - 09-04-2021, 04:20 PM
RE: RPI 3B headless install problems - by lucifar - 09-05-2021, 05:21 AM
RE: RPI 3B headless install problems - by lucifar - 09-06-2021, 06:26 AM
RE: RPI 3B headless install problems - by lucifar - 09-06-2021, 06:47 AM
RE: RPI 3B headless install problems - by lucifar - 09-07-2021, 05:50 AM
RE: RPI 3B headless install problems - by lucifar - 09-07-2021, 12:35 PM
RE: RPI 3B headless install problems - by lucifar - 09-10-2021, 10:32 AM
RE: RPI 3B headless install problems - by lucifar - 09-11-2021, 06:56 AM
RE: RPI 3B headless install problems - by lucifar - 09-11-2021, 01:20 PM
RE: RPI 3B headless install problems - by lucifar - 09-12-2021, 10:01 AM
RE: RPI 3B headless install problems - by lucifar - 09-14-2021, 06:15 AM
RE: RPI 3B headless install problems - by lucifar - 09-21-2021, 07:49 AM
RE: RPI 3B headless install problems - by lucifar - 09-24-2021, 08:15 PM
RE: RPI 3B headless install problems - by lucifar - 09-24-2021, 08:38 PM
RE: RPI 3B headless install problems - by lucifar - 09-29-2021, 04:13 PM

Forum Jump:


Users browsing this thread: