Error during update from 6.2 to 6.3

What to do afterwards?

Running zammad run rails assets:precompile also fails, as vite is not available anymore.
Doing a local re-install of vite does also not work:

1 verbose cli [ '/opt/zammad/bin/node', '/usr/bin/npm', 'ci' ]
2 info using npm@6.14.16
3 info using node@v20.9.0
4 verbose npm-session 6209944c57c198b1
5 info prepare initializing installer
6 verbose prepare starting workers
7 verbose prepare installation prefix: /opt/zammad
8 verbose prepare using package-lock.json
9 warn prepare removing existing node_modules/ before installation
10 verbose checkLock verifying package-lock data
11 verbose teardown shutting down workers.
12 info teardown Done in 0.001s
13 verbose stack Error: cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
13 verbose stack
13 verbose stack
13 verbose stack Missing: @apollo/client@^3.9.9
13 verbose stack Missing: @formkit/core@^1.6.0
13 verbose stack Missing: @formkit/dev@^1.6.0
13 verbose stack Missing: @formkit/i18n@^1.6.0
13 verbose stack Missing: @formkit/inputs@^1.6.0
13 verbose stack Missing: @formkit/rules@^1.6.0
13 verbose stack Missing: @formkit/tailwindcss@^1.6.0
13 verbose stack Missing: @formkit/themes@^1.6.0
13 verbose stack Missing: @formkit/utils@^1.6.0
13 verbose stack Missing: @formkit/validation@^1.6.0
13 verbose stack Missing: @formkit/vue@^1.6.0
13 verbose stack Missing: @github/webauthn-json@^2.1.1

initially, I had the same error as mentioned above:

[vite-plugin-pwa:build] compilerCore.isBuiltInType is not a function
...

Update was running on Ubuntu Host.
prev Version: 6.2.0-1712931839.b27a0d24.focal
new version: 6.3.0-1713783379.979314a7.focal