sqlite error for gekko v0.6.2 on TinyCore Linux
#1
cd ~
tce-load -wi git node npm compiletc python
git clone https://github.com/askmike/gekko.git
cd gekko
sudo npm install --only=production
  Reply
#2
Pretty sure this is the problem:

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/tc/gekko/node_modules/sqlite3/build'


root owns /node_modules, everything else in ~/gekko is owned by the tinycore default user, 'tc'.

Gave it a:

sudo chown tc -R ~/gekko/node_modules

then a:

npm install --only=production # no sudo! It needs to run as 'tc'!

And now Gekko fires right up.

*facepalm* sometimes you have to wrote a forum post and be your own second set of eyes...
  Reply
#3
great!
  Reply


Forum Jump:


Users browsing this thread: