sqlite error for gekko v0.6.2 on TinyCore Linux
#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


Messages In This Thread
RE: sqlite error for gekko v0.6.2 on TinyCore Linux - by geeklimit - 07-16-2018, 08:57 PM

Forum Jump:


Users browsing this thread: