Re: [tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-12 Thread Xavier Cazin
Hi Egbert, I think that you need to replace *#!/usr/bin/env node* by *#!/data/data/com.termux/files/usr/bin/env node* as the first line of the tiddlywiki script, using the command : "*termux-fix-shebang /data/data/com.termux/files/usr/bin/tiddlywiki*" Cheers, Xavier. Le 12 nov. 2017 23:48,

Re: [tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-12 Thread Egbert
Hi Xavier, thanks so much for offering help.That's what I get: $ which node /data/data/com.termux/files/usr/bin/node $ pkg show nodejs Package: nodejs Version: 8.9.0-1 Maintainer: Fredrik Fornwall @fornwall Installed-Size: 47.0 MB Depends: openssl, c-ares Conflicts: nodejs-current Homepage:

Re: [tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-12 Thread Xavier Cazin
Hi Egbert, What do the commands "which node" and "pkg show nodejs" say? XC. -- Xavier Cazin On Sat, Nov 11, 2017 at 5:57 PM, Egbert wrote: > 1) Hi all, having installed Termux on my Android phone (Android version > 7.1.1) and then installing TiddlyWiki on Node JS

[tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-11 Thread Egbert
1) Hi all, having installed Termux on my Android phone (Android version 7.1.1) and then installing TiddlyWiki on Node JS with ‘npm install -g tiddlywiki’, all went presumably fine. However when I then check if TiddlyWiki is installed with ‘tiddlywiki –version’, I get the following message: