PowerShell Start-Process pnpm run build this command cannot be run due to the error: %1 is not a valid Win32 application
When I run Start-Process -FilePath "pnpm" -ArgumentList "run", "build" -NoNewWindow
I got the error this command cannot be run due to the error: %1 is not a valid Win32 application.