Check your next config file is correctly set up.
const nextConfig = { reactStrictMode: true, }
module.exports = nextConfig
Remove package-lock.json, node_modules, .next folder and files and reinstall.
If the issue persists, try clearing your npm cache and rebuilding. Thanks