ReferenceError: require is not defined when trying to access external "url" at Object.url in webpack_require (bootstrap:83) at client:6 importing from webpack-dev-server client index.js(http://0.0.0.0:0) vendor.js:219506 dynamically imported by main.ts:25 encountered during checkDeferredModules bootstrap process resolved with webpackJsonpCallback in main.js
The project utilizes Angular and Electron, without any webpack files. I have extensively searched for a solution to this error but remain stuck.
I have attempted multiple solutions including reinstallation of the project and downloading dependencies, yet the error persists.