hi!
I’m trying to install according to the instructions from https://webix .gitbook.io/webix-jet/getting-started.
After execution npm install
npm run start
and startup
npm run start
it shows an error:
> webix-jet-app@1.1.0 start
> vite
file:///front/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)
What to do?