An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Previous build caches not available
Downloading 5 deployment files...
Running "vercel build"
Vercel CLI 44.6.4
Running "install" command: `bun install`...
error: Bun could not find a package.json file to install from
note: Run "bun init" to initialize a project
Error: Command "bun install" exited with 1
It looks like the deployment failed because Bun couldn't find a package.json file. This usually happens when Vercel tries to run bun install (or npm install) but the project isn't a Node.js project or is missing its dependency manifest.
Since your project is primarily shell scripts, you likely don't have Node.js dependencies. To resolve this, we can add a minimal package.json file. This will satisfy Bun and allow the build to proceed without errors.
This package.json file provides the necessary structure for Bun to recognize the project, even if there are no specific Node.js dependencies to install. The start script is also added for convenience, allowing you to run the main script with bun start if needed.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Previous build caches not available
Downloading 6 deployment files...
Running "vercel build"
Vercel CLI 44.6.4
Running "install" command: `bun install`...
bun install v1.2.19 (aad3abea)
Resolving dependencies
Resolved, downloaded and extracted [846]
warn: incorrect peer dependency "react@19.1.1"
warn: incorrect peer dependency "react-dom@19.1.1"
warn: incorrect peer dependency "react@19.1.1"
warn: incorrect peer dependency "react-dom@19.1.1"
Saved lockfile
+ @tailwindcss/postcss@4.1.11
+ @types/node@22.17.0 (v24.1.0 available)
+ @types/react@18.3.23 (v19.1.9 available)
+ @types/react-dom@18.3.7 (v19.1.7 available)
+ postcss@8.5.6
+ tailwindcss@4.1.11
+ tw-animate-css@1.3.3 (v1.3.6 available)
+ typescript@5.9.2
+ @hookform/resolvers@3.10.0 (v5.2.1 available)
+ @radix-ui/react-accordion@1.2.2 (v1.2.11 available)
+ @radix-ui/react-alert-dialog@1.1.4 (v1.1.14 available)
+ @radix-ui/react-aspect-ratio@1.1.1 (v1.1.7 available)
+ @radix-ui/react-avatar@1.1.2 (v1.1.10 available)
+ @radix-ui/react-checkbox@1.1.3 (v1.3.2 available)
+ @radix-ui/react-collapsible@1.1.2 (v1.1.11 available)
+ @radix-ui/react-context-menu@2.2.4 (v2.2.15 available)
+ @radix-ui/react-dialog@1.1.4 (v1.1.14 available)
+ @radix-ui/react-dropdown-menu@2.1.4 (v2.1.15 available)
+ @radix-ui/react-hover-card@1.1.4 (v1.1.14 available)
+ @radix-ui/react-label@2.1.1 (v2.1.7 available)
+ @radix-ui/react-menubar@1.1.4 (v1.1.15 available)
+ @radix-ui/react-navigation-menu@1.2.3 (v1.2.13 available)
+ @radix-ui/react-popover@1.1.4 (v1.1.14 available)
+ @radix-ui/react-progress@1.1.1 (v1.1.7 available)
+ @radix-ui/react-radio-group@1.2.2 (v1.3.7 available)
+ @radix-ui/react-scroll-area@1.2.2 (v1.2.9 available)
+ @radix-ui/react-select@2.1.4 (v2.2.5 available)
+ @radix-ui/react-separator@1.1.1 (v1.1.7 available)
+ @radix-ui/react-slider@1.2.2 (v1.3.5 available)
+ @radix-ui/react-slot@1.1.1 (v1.2.3 available)
+ @radix-ui/react-switch@1.1.2 (v1.2.5 available)
+ @radix-ui/react-tabs@1.1.2 (v1.1.12 available)
+ @radix-ui/react-toast@1.2.4 (v1.2.14 available)
+ @radix-ui/react-toggle@1.1.1 (v1.1.9 available)
+ @radix-ui/react-toggle-group@1.1.1 (v1.1.10 available)
+ @radix-ui/react-tooltip@1.1.6 (v1.2.7 available)
+ autoprefixer@10.4.21
+ class-variance-authority@0.7.1
+ clsx@2.1.1
+ cmdk@1.0.4 (v1.1.1 available)
+ date-fns@4.1.0
+ embla-carousel-react@8.5.1 (v8.6.0 available)
+ geist@1.4.2
+ input-otp@1.4.1 (v1.4.2 available)
+ lucide-react@0.454.0 (v0.536.0 available)
+ next@14.2.25 (v15.4.5 available)
+ next-themes@0.4.6
+ react@19.1.1
+ react-day-picker@9.8.0 (v9.8.1 available)
+ react-dom@19.1.1
+ react-hook-form@7.62.0
+ react-resizable-panels@2.1.9 (v3.0.4 available)
+ recharts@2.15.4 (v3.1.0 available)
+ sonner@1.7.4 (v2.0.6 available)
+ tailwind-merge@3.3.1
+ tailwindcss-animate@1.0.7
+ vaul@0.9.9 (v1.1.2 available)
+ zod@3.25.67 (v4.0.14 available)
197 packages installed [5.27s]
Blocked 1 postinstall. Run `bun pm untrusted` for details.
$ next build