Hi,
My V0 project work like a charm, but I wanted some changes, perform a build and it fail :
A lot of duplicates in package.json
.
and
16:37:32.877
|
16:37:32.877
|
16:37:32.877
,-[/vercel/path1/app/layout.tsx:103:1]
16:37:32.877
103 |
16:37:32.877
104 | import './globals.css'
16:37:32.877
105 |
16:37:32.877
106 | export const metadata = {
16:37:32.877
: ^^^^^^^^
16:37:32.877
107 | generator: 'v0.dev'
16:37:32.877
108 | };
It seems that V0 added few thing in the background that break my project.
I don’t know how to fix this because I don’t have the “hand” on it.
I’m the only one ? how can I make thing work ?
Thanks !