info - Loaded env from C:\Users\Süleyman\linea-quest-page\.env info - SWC minify release candidate enabled. https://nextjs.link/swcmin info - Linting and checking validity of types ..warn - No ESLint configuration detected. Run next lint to begin setup info - Linting and checking validity of types ...Failed to compile. ./pages/index.tsx:70:57 Type error: Argument of type 'Record' is not assignable to parameter of type 'Eip1193Provider'. Property 'request' is missing in type 'Record' but required in type 'Eip1193Provider'. 68 | const chainCheck = async () => { 69 | if (window.ethereum) { > 70 | const provider = new ethers.BrowserProvider(window.ethereum); 68 | const chainCheck = async () => { 69 | if (window.ethereum) { > 70 | const provider = new ethers.BrowserProvider(window.ethereum); 68 | const chainCheck = async () => { 69 | if (window.ethereum) { > 70 | const provider = new ethers.BrowserProvider(window.ethereum); | ^ > 70 | const provider = new ethers.BrowserProvider(window.ethereum); | ^ | ^ 71 | const network = await provider.getNetwork(); 72 | 73 | if (network.chainId == targetChainIdDec) { > Build error occurred Error: Call retries were exceeded at ChildProcessWorker.initialize (C:\Users\Süleyman\linea-quest-page\node_modules\next\dist\compiled\jest-worker\index.js:1:11661) at ChildProcessWorker._onExit (C:\Users\Süleyman\linea-quest-page\node_modules\next\dist\compiled\jest-worker\index.js:1:12599) at ChildProcess.emit (node:events:519:28) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { type: 'WorkerError' }