-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
i can't run it #5
Comments
Install the latest version of nodejs |
i'm user vacarosie200 on bitcontalk , i just setup a new vps ,, it's latest nodejs ... ubuntu 16.04 |
root@proxy: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode |
Install the latest version. Here it is written as https://nodejs.org/en/download/package-manager/ . |
On raspberry pi ubuntu is work |
root@proxy:~/Stratum-Proxy-XMR/src# node ./app/
/root/Stratum-Proxy-XMR/src/app/main.js:28
let config = null;
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
root@proxy:~/Stratum-Proxy-XMR/src#
The text was updated successfully, but these errors were encountered: