We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Came across the same error, turns out my node version was below the prerequisites for arrpc, check that out just in case
Sorry, something went wrong.
Yup that solved it, maybe put that on the main page as a warning
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: