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