m0wer / tiddlywiki-docker

NodeJS based TiddlyWiki 5 Docker image.
https://hub.docker.com/r/m0wer/tiddlywiki
GNU General Public License v3.0
48 stars 28 forks source link

Latest Tiddlywiki image bugged #15

Closed mariushosting closed 1 year ago

mariushosting commented 1 year ago

After installing the latest version 5.2.6 Tiddlywiki stopped running with the following error message in the logs. Version 5.2.0 works as expected.

SyntaxError: missing ) after argument list at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1195:20) at Module._compile (node:internal/modules/cjs/loader:1239:27) at Module._extensions..js (node:internal/modules/cjs/loader:1329:10) at Module.load (node:internal/modules/cjs/loader:1133:32) at Module._load (node:internal/modules/cjs/loader:972:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 Node.js v19.8.1 /usr/local/bin/init-and-run-wiki:4 tiddlywiki_script=$(readlink -f $(which tiddlywiki)) ^ SyntaxError: missing ) after argument list at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1195:20) at Module._compile (node:internal/modules/cjs/loader:1239:27) at Module._extensions..js (node:internal/modules/cjs/loader:1329:10) at Module.load (node:internal/modules/cjs/loader:1133:32) at Module._load (node:internal/modules/cjs/loader:972:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 Node.js v19.8.1

Flova commented 1 year ago

The main branch of the repo is fixed, but the build is not yet released on dockerhub.

Flova commented 1 year ago

I released the fixed version, but not for ARMv7 as there is an issue with npm install on that platform.

mariushosting commented 1 year ago

Works like a charm!