Skip to content

Tag: node.js

Top level await not working in Node JS 14.15.3

I am on running Node version 14.15.3 Welcome to Node.js v14.15.3. I thought it was cool that you could use await now in top level scripts, so I tried it. To not my surprise, it didn’t work. SyntaxError: await is only valid in async function at wrapSafe (internal/modules/cjs/loader.js:979:16) at Module._…