Error while building

New to forum hope I am in the right place .

While trying to build i get

npnm build

meshtastic-web@1.0.0 dev /data/projects/meshstatic/web
vite --host

file:///data/projects/meshstatic/web/node_modules/.pnpm/vite@4.0.0_@types+node@18.11.13/node_modules/vite/bin/vite.js:7
await import(‘source-map-support’).then((r) => r.default.install())
^^^^^

SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
at async link (internal/modules/esm/module_job.js:42:21)
ELIFECYCLE Command failed with exit code 1.

and I found

https://bobbyhadz.com/blog/javascript-unexpected-reserved-word-await

What version of nodejs are you running?

Thanks for the question:-

v12.22.12

And the solution . . . , works under v19.3.0