Build failed with heroku

Hi.

I have an issue when i try to push my vidly-api-node backend to heroku.
i get a message where the build is faild to heroku.
i hope there are someone hwo can help me, and tell me what im doing wrong.

Peter.

It can be hard to fix. Is it H10 error? Check heroku log. If it is, then it is the engines setup issues in package.json. You can includes both
“engines”: {

"node": "14.15.1",

"npm": "6.14.8"

}

okay thanks, now it’s working!