Application Failed to run Jmix version 2.0.2

I am following the documentation, and I have just created a Jmix Project with version 2.0.2. However, it failed to run. I am using JDK version 17 Eclipse Temurin. Here is the error message:
" Caused by: com.vaadin.flow.server.frontend.FrontendUtils$CommandExecutionException: Process execution failed with exit code -4058"

**Edit : i try Jmix version 1.5.4 with gradel 7.6 and its working Fine
i geuss the problem only with version 2.0.2

gdq

jmix

Hi, everyone!
I’ve discovered the solution to my problem. I just needed to manually install pnpm using the following command: ‘npm install --g pnpm’. I hope you can add this to the documentation tutorial section