error:Caused by: com.vaadin.flow.server.ExecutionFailedException: Found too old globally installed ‘pnpm’. Please upgrade ‘pnpm’ to at least 7.0.0
I set new node.js:
node -v
v23.5.0
pnpm -v
7.29.3
Why i get this error?
error:Caused by: com.vaadin.flow.server.ExecutionFailedException: Found too old globally installed ‘pnpm’. Please upgrade ‘pnpm’ to at least 7.0.0
I set new node.js:
node -v
v23.5.0
pnpm -v
7.29.3
Why i get this error?
Hi,
Try to set vaadin.pnpm.enable = false
in the application.properties
file.
Regards,
Gleb