Error while deployment
Answered
Maltese posted this in #help-forum
MalteseOP
I can't figure out what causes this error
Answered by D Trombett
In your package.json add
"postinstall": "prisma generate"
in the scripts
object, like:{
...
"scripts": {
...
"postinstall": "prisma generate"
}
}
13 Replies
MalteseOP
here is my route
Can you show the error above that is cut?
MalteseOP
yes'
In your package.json add
"postinstall": "prisma generate"
in the scripts
object, like:{
...
"scripts": {
...
"postinstall": "prisma generate"
}
}
Answer
MalteseOP
i made it
It's all in the link in the error
MalteseOP
link?
I didn't see it
where?
MalteseOP
Oh thank u