07-16-2018, 08:57 PM
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...
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...