New deploy failed + Broken Components when reloading

Hi! Basically, I finished my portfolio but put in some components that were a little bit complex. This new version doesn’t work when I deploy.
Also, some when I reload the pages everything is misconfigured and out of place

Cloning github.com/qMikeehxz/Portfolio (Branch: main, Commit: d9d22c0)

20:38:11.924

Cloning completed: 695.000ms

20:38:14.509

Restored build cache from previous deployment (vsxgmKwqWz1ykRx6waY5UfpjKYwK)

20:38:14.607

Running build in Washington, D.C., USA (East) – iad1

20:38:15.188

Running "vercel build"

20:38:15.706

Vercel CLI 41.4.1

20:38:15.994

Installing dependencies...

20:38:17.853

20:38:17.853

added 7 packages, removed 2 packages, and changed 2 packages in 2s

20:38:17.854

20:38:17.854

158 packages are looking for funding

20:38:17.854

run `npm fund` for details

20:38:17.889

Detected Next.js version: 14.2.24

20:38:17.892

Running "npm run build"

20:38:18.013

20:38:18.013

> build

20:38:18.013

> next build

20:38:18.013

20:38:18.730

▲ Next.js 14.2.24

20:38:18.731

20:38:18.802

Creating an optimized production build ...

20:38:31.664

✓ Compiled successfully

20:38:31.665

Linting and checking validity of types ...

✓ Compiled successfully

20:38:31.665

Linting and checking validity of types ...

20:38:32.245

⨯ ESLint: Failed to load plugin 'prettier' declared in '.eslintrc.json » plugin:robiot/recommended': Cannot find module 'eslint-plugin-prettier' Require stack: - /vercel/path0/__placeholder__.js Referenced from: /vercel/path0/node_modules/eslint-plugin-robiot/index.js

20:38:36.230

Failed to compile.

20:38:36.230

20:38:36.230

./src/components/Fragments/Blog/SpotifyCurrentSong.tsx:265:13

20:38:36.230

Type error: Type 'string' is not assignable to type 'TransitionDefinition'.

20:38:36.230

20:38:36.230

263 | }}

20:38:36.230

264 | transition={{

20:38:36.230

> 265 | type: "spring",

20:38:36.230

| ^

20:38:36.231

266 | stiffness: 200,

20:38:36.231

267 | damping: 25,

20:38:36.231

268 | borderRadius: { duration: 0.4 }

20:38:36.251

Next.js build worker exited with code: 1 and signal: null

20:38:36.269

Error: Command "npm run build" exited with 1

Hi @miguelfiveme, sorry that you’re facing this issue. Is this a v0 project?

From the error it looks like you have misconfiguration in the Eslint config and then incorrect type usage in the SpotifyCurrentSong.tsx file.

If you need more help, please share your public repo or a minimal reproducible example. That will let us all work together from the same code to figure out what’s going wrong.

Yh i can. I invite you already in my repo.
https://github.com/qMikeehxz/Portfolio/)

Hi @miguelfiveme, I appreciate this but because this is a open community, we should strive to use publicly reproducible code. Can you create a minimal public repo?

By the way, have you already tried asking https://v0.dev to suggest fixes? It’s really good at debugging such issues.

The repo is already there. I didn’t understand?