Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 498 Bytes

old-node-version.md

File metadata and controls

10 lines (6 loc) · 498 Bytes

Old Node Version

Why This Error Occurred

In order to execute code that contains the async or await keywords, you need to have at least version 8.0.0 of Node.js installed on the device that runs micro. If that's not the case, you will see this error.

Possible Ways to Fix It

  • Ensure that at least version 8.0.0 of Node.js is installed
  • Transpile the code of your microservice