Replies: 2 comments
-
@marralser Looks like your Node version is not correct (ie: doesn't understand |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thankss for the quick reply - Node version was correct - but strangely enough it seemed to have been a permisison/acess issue; I started the process again with another user on the same system, and it it went through smoothly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thanks for working on a hjason based BBS engine! I installed it (Ubuntu 22.04) using the installer script, but once trying to start it, I get the following syntax error.
/home/enigma/enigma-bbs/core/ansi_escape_parser.js:48
this.row = Math.min(options?.startRow ?? 1, this.termHeight);
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/enigma/enigma-bbs/core/ansi_prep.js:5:26)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
Any idea of the cause? Post it here because it might be a versioning issue,
Cheers,
MR
Beta Was this translation helpful? Give feedback.
All reactions