JavaChilly / dome-client.js

a node.js/socket.io web app which a MOO can run for its users to connect with. uses no flash or java.
BSD 3-Clause "New" or "Revised" License
23 stars 16 forks source link

compilation error #15

Closed NathanTech7713 closed 5 years ago

NathanTech7713 commented 5 years ago

Hi there, I think I may have spoke with the dev before about this issue, but unfortunately it no resolution could be reached. The full error is below, hopefully someone can advise: /dome-client.js/node_modules/express/node_modules/deb ug/src/node.js:120
exports.inspectOpts = Object.keys(process.env).filter(key => {
^
SyntaxError: Unexpected token >
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/var/www/html/moo/mudclient/dome-client.js/node_modul es/express/node_modules/debug/src/index.js:9:19)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
error: Forever detected script exited with code: 8

I've done some research on this, and aparrently its to do with some version of node.js supporting es6 modules or something?

sevenecks commented 5 years ago

What version of node are you using?

On Sat, Oct 5, 2019, 2:00 PM nathan smith notifications@github.com wrote:

Hi there, I think I may have spoke with the dev before about this issue, but unfortunately it no resolution could be reached. The full error is below, hopefully someone can advise: /dome-client.js/node_modules/express/node_modules/deb ug/src/node.js:120 exports.inspectOpts = Object.keys(process.env).filter(key => { ^ SyntaxError: Unexpected token > at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/var/www/html/moo/mudclient/dome-client.js/node_modul es/express/node_modules/debug/src/index.js:9:19) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) error: Forever detected script exited with code: 8

I've done some research on this, and aparrently its to do with some version of node.js supporting es6 modules or something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JavaChilly/dome-client.js/issues/15?email_source=notifications&email_token=AATAA2U2ZQTCN2KDUJGOU6DQNDI5JA5CNFSM4I5YW53KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HP3DISQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AATAA2RXHAU5XVEJ7MEMPGDQNDI5JANCNFSM4I5YW53A .

NathanTech7713 commented 5 years ago

A very old one, apparently. My apologies