Deploy failed while extracting zip help

image|299x500

I downloaded the zip, its just 34mb

  1. Project Details:
  • Next.js 13.5.1 application
  • Using Tailwind CSS for styling
  • Custom components with shadcn/ui
  • Client-side features like react-countup for animations
  • Dynamic image loading from Unsplash
  • Multiple pages (/, /promo-flat)
  1. Technical Specifications:
  • TypeScript-based project
  • Uses client-side components (marked with ‘use client’)
  • Custom animations and gradients
  • Responsive design with mobile-first approach
  • External dependencies like lucide-react for icons
  1. Build Configuration:
  • next.config.js has ESLint checks disabled during build
  • Images are set to unoptimized mode
  • Using SWC for compilation
  1. Package.json Details:
{
  "name": "nextjs",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "next": "13.5.1",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}
  1. Error Context:
  • Attempted to deploy to Netlify
  • Build process failed
  • Using default Next.js build command: next build
  1. Environment:
  • Development environment: Node.js
  • Build tool: Next.js built-in builder
  • Static export settings: Not configured

How are you “deploying to Netlify”?
https://docs.netlify.com/site-deploys/create-deploys/

Git? CLI? Drag & Drop?

If you’re using ‘Drag & Drop’, you should try one of the other methods, they’re better supported.