hello, I have really failed to build my strapi project on my machine

here is the error in the console. I have tried deleting node modules, clearing cache, and rebuilding several times all in vain.

app.js:239 Uncaught Error: Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: ENOENT: no such file or directory, open '/home/fahdjamy/Desktop/Projects/sovTech/virtually-visiting-backend/.cache/admin/src/components/Fonts/index.js'
 at Object../.cache/admin/src/components/Fonts/index.js (app.js:239:1)
 at __webpack_require__ (bootstrap:79:1)
 at Object../.cache/admin/src/app.js (app.js:33:1)
 at __webpack_require__ (bootstrap:79:1)
 at Object.0 (toArray.js:10:1)
 at __webpack_require__ (bootstrap:79:1)
 at checkDeferredModules (bootstrap:45:1)
 at Array.webpackJsonpCallback [as push] (bootstrap:32:1)
 at main.chunk.js:1:57

picture