Reactjs – NextJs – Error running "npm run build": ./node_modules/next/dist/server/lib/router-utils/filesystem.d.ts:65:72 Type error: '>' expected
i ran into an error on my Nextjs project and i don't know how to fix it since it's not my fault. Main problem This error: ./node_modules/next/dist/server/lib/router-utils/filesystem.d.ts:65:72 Type error: '>' expected is returned once i use "npm run build", the…