- Node.js Version: 10.1.0
- OS: Ubuntu GNU/Linux subsystem on Windows 10
- Scope (install, code, runtime, meta, other?): syntax error
I get this error when using the await and async keywords:
SyntaxError: missing ) after argument list
Sample code:
console.log(await client.time());
I get this error when using the await and async keywords:
Sample code: