that what i get by npm fund, and idk how to fix this.
and when i run npm run build:core i get this
> livesplit@1.0.0 build:core /home/user/LiveSplitOne
> node buildCore.js
/home/user/LiveSplitOne/buildCore.js:1
import { execSync } from "child_process";
^
SyntaxError: Unexpected token {
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 ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! livesplit@1.0.0 build:core: `node buildCore.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the livesplit@1.0.0 build:core script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/user/.npm/_logs/2022-12-16T23_15_57_326Z-debug.log
that what i get by npm fund, and idk how to fix this. and when i run npm run build:core i get this
what i did wrong?