Error while compiling for inux

I created very start project just to see how THNK will act and test it, but I can’t even compile my project using online compiler, this is the log I downloaded and project files.
https://www.mediafire.com/file/2iusrh078z2b77z/My_project.zip/file

Error: /usr/local/bin/node exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Error output:

Error output:
npm WARN config production Use `--omit=dev` instead.
npm WARN config cache-min This option has been deprecated in favor of `--prefer-offline`.
npm ERR! code 2
npm ERR! path /worker/app-fc07a476-a44f-4116-9561-faf199712459/node_modules/node-datachannel
npm ERR! command failed
npm ERR! command sh -c prebuild-install || (npm install --ignore-scripts --production=false && npm run _prebuild)
npm ERR! added 602 packages, removed 1 package, and audited 660 packages in 23s
npm ERR! 
npm ERR! 68 packages are looking for funding
npm ERR!   run `npm fund` for details
npm ERR! 
npm ERR! 10 vulnerabilities (6 moderate, 4 high)
npm ERR! 
npm ERR! To address issues that do not require attention, run:
npm ERR!   npm audit fix
npm ERR! 
npm ERR! To address all issues (including breaking changes), run:
npm ERR!   npm audit fix --force
npm ERR! 
npm ERR! Run `npm audit` for details.
npm ERR! 
npm ERR! > node-datachannel@0.4.3 _prebuild
npm ERR! > prebuild --backend cmake-js
npm ERR! 
npm ERR! [
npm ERR!   '/usr/local/bin/node',
npm ERR!   '/worker/app-fc07a476-a44f-4116-9561-faf199712459/node_modules/node-datachannel/node_modules/.bin/cmake-js',
npm ERR!   'rebuild',
npm ERR!   '--runtime-version=14.19.3',
npm ERR!   '--arch=x64',
npm ERR!   '--runtime=node'
npm ERR! ]
npm ERR! prebuild-install WARN install No prebuilt binaries found (target=18.2.2 runtime=electron arch=x64 libc= platform=linux)
npm ERR! npm WARN config production Use `--omit=dev` instead.
npm ERR! npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm ERR! npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm ERR! npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm ERR! npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm ERR! npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm ERR! prebuild info begin Prebuild version 11.0.4
npm ERR! prebuild info build Preparing to prebuild node-datachannel@0.4.3 for node 14.19.3 on linux-x64 using cmake-js
npm ERR! info TOOL Using Unix Makefiles generator.
npm ERR! info DIST Downloading distribution files to: /root/.cmake-js/node-x64/v14.19.3
npm ERR! http DIST 	- https://nodejs.org/dist/v14.19.3/SHASUMS256.txt
npm ERR! http DIST 	- https://nodejs.org/dist/v14.19.3/node-v14.19.3-headers.tar.gz
npm ERR! ERR! OMG CMake executable is not found. Please use your system's package manager to install it, or you can get installers from there: http://cmake.org.
npm ERR! prebuild ERR! build Error: Failed to build cmake with exit code 1
npm ERR! prebuild ERR! build     at ChildProcess.<anonymous> (/worker/app-fc07a476-a44f-4116-9561-faf199712459/node_modules/node-datachannel/node_modules/prebuild/cmakebuild.js:32:19)
npm ERR! prebuild ERR! build     at ChildProcess.emit (events.js:400:28)
npm ERR! prebuild ERR! build     at Process.ChildProcess._handle.onexit (internal/child_process.js:285:12)

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2023-10-08T15_34_55_921Z-debug-0.log

Anyone else maybe experienced this before?