Migrating from Vaadin 23.0 to Vaadin 24.1.4: No Package.json found issue

128 Views Asked by At

Using,

Vaadin 24.1.4
Vaadin flow 24.1.5
Spring boot 3.1.2

Command running well on my local machine:

gradle clean vaadinBuildFrontend build -DproductionMode=true -x test --stacktrace

However, when I run gitlab job it fails and getting this in log file:

"345 error pnpm":{

"message":{
"code": "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND"
},
"err":{
"message": "No package.json was found in "/home/{user}/dev/{project-repo}/build/flow-frontend/form"
}
0

There are 0 best solutions below