-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Description
the log belows:
SyntaxError: await is only valid in async function
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
npm WARN notsup Unsupported engine for reveal.js@5.2.1: wanted: {"node":">=18.0.0"} (current: {"node":"10.23.0","npm":"6.14.8"})
it seems node version problem,but my project cannot upgrate the node version, is there any other solutions to solve this problem?