All new projects in JMix 2.0.1 fails to start

After creating a new empty project, it fails to start…
Please advise…
Thank you.
Tomas

Caused by: java.util.concurrent.CompletionException: com.vaadin.flow.server.ExecutionFailedException: Pnpm install has exited with non zero status. Some dependencies are not installed. Check pnpm command output

2023-08-17T10:33:11.962+02:00 ERROR 17256 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages      : >>> Dependency ERROR. Check that all required dependencies are deployed in pnpm repositories.
2023-08-17T10:33:11.963+02:00 ERROR 17256 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Exception sending context initialized event to listener instance of class [com.vaadin.flow.spring.VaadinServletContextInitializer$CompositeServletContextListener]
2023-08-17T10:33:11.962+02:00 ERROR 17256 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages      : Command `/usr/local/bin/npx --yes --quiet pnpm --shamefully-hoist=true --ignore-scripts install` failed:
 WARN  GET https://registry.npmjs.org/@rollup%2Fplugin-replace error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup%2Fpluginutils error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/async error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/glob error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/mkdirp error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-brotli error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/strip-css-comments error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/transform-ast error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite-plugin-checker error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/workbox-build error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/workbox-core error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/workbox-precaching error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@polymer%2Fpolymer error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vaadin%2Faccordion error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup%2Fplugin-replace error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup%2Fpluginutils error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/async error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/glob error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/mkdirp error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-brotli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/strip-css-comments error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/transform-ast error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite-plugin-checker error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/workbox-build error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/workbox-core error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/workbox-precaching error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@polymer%2Fpolymer error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vaadin%2Faccordion error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/@rollup%2Fplugin-replace: Value of "this" must be of type URLSearchParams

This error happened while installing a direct dependency of /Users/xxxxxxxxx/IdeaProjects/untitled
 WARN  GET https://registry.npmjs.org/@vaadin%2Fapp-layout error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

Hello,

is the https://registry.npmjs.org not accessible for you?

Are you trying to deploy the application, or is it showing when you try to start it in IDE?
This is how a healthy start from the IDE looks like:

..
2023-08-17T14:56:20.714+01:00  INFO 18612 --- [           main] c.v.b.d.startup.DevModeStartupListener   : Starting dev-mode updaters in C:\work\IntelliJ-workspace\todaystest folder.
2023-08-17T14:56:20.763+01:00  INFO 18612 --- [           main] c.v.f.s.f.s.FullDependenciesScanner      : Visited 148 classes. Took 29 ms.
2023-08-17T14:56:20.765+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Checking if a development mode bundle build is needed
2023-08-17T14:56:20.776+01:00  INFO 18612 --- [           main] c.v.f.s.f.TaskRunDevBundleBuild$1        : Added 5 default dependencies to main package.json
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-board is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-charts is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-cookie-consent is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-crud is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-grid-pro is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency @vaadin/vaadin-rich-text-editor is missing from the bundle
2023-08-17T14:56:20.795+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Dependency ace-builds is missing from the bundle
2023-08-17T14:56:20.797+01:00  INFO 18612 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : A development mode bundle build is needed
2023-08-17T14:56:20.866+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskUpdatePackages      : Running `pnpm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by...
2023-08-17T14:56:27.070+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskUpdatePackages      : using 'C:\Users\mladen\.vaadin\node\node.exe C:\Users\mladen\.vaadin\node\node_modules\npm\bin\npx-cli.js --yes --quiet pnpm --shamefully-hoist=true --ignore-scripts install' for frontend package installation
2023-08-17T14:56:44.153+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskUpdatePackages      : Frontend dependencies resolved successfully.
2023-08-17T14:56:47.935+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskCopyFrontendFiles   : Copying frontend resources from jar files ...
2023-08-17T14:56:47.978+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskCopyFrontendFiles   : Visited 19 resources. Took 43 ms.
2023-08-17T14:56:48.205+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskRunDevBundleBuild   : Creating a new development mode bundle. This can take a while but will only run when the project setup is changed, addons are added or frontend files are modified
2023-08-17T14:57:29.979+01:00  INFO 18612 --- [onPool-worker-2] c.v.f.s.frontend.TaskRunDevBundleBuild   : Development frontend bundle built
..

Kind regards,
Mladen

The build worked.
The “run” failed during resolving npm dependencies.
npm failed all the time yesterday…
Today it works. I dont know what changed.
Sorry and thank you.