OpenAsar / arrpc

Open Discord RPC server for atypical setups
https://arrpc.openasar.dev
MIT License
480 stars 71 forks source link

Can't run the server, Unexpected Token error after trying to run the server with node SRC #119

Open Ncarauj012 opened 2 weeks ago

Ncarauj012 commented 2 weeks ago

Running Linux Mint 21.3 Cinnamon version 6.0.4

Trying to run "node src" after going through the server setup only results in: file:///home/nc/arrpc/src/server.js:78 socket.send?.({ ^

SyntaxError: Unexpected token '.' at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)

did i skip a step? am i missing a dependency or something?

MaxTheDhole commented 2 weeks ago

Came across the same error, turns out my node version was below the prerequisites for arrpc, check that out just in case

Ncarauj012 commented 2 weeks ago

Yup that solved it, maybe put that on the main page as a warning