Hi all! I have trouble to migrate to today last version from 24.7.1. I use as “registry” local hosted nexus repository which is proxy to http://registry.npmjs.org. Maven phase — vaadin:24.7.3:build-frontend (default) @ reindeer-dance — failed
[ERROR] Command `C:\home\.vaadin\node\npm.cmd --no-update-notifier --no-audit --scripts-prepend-node-path=true --ignore-scripts install` failed:
npm warn Unknown cli config "--scripts-prepend-node-path". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @vaadin/react-components-pro@24.7.5
npm warn Found: @types/react@18.3.20
npm warn node_modules/@types/react
npm warn dev @types/react@"18.3.20" from the root project
npm warn 3 more (@lit/react, @types/react-dom, @vaadin/react-components)
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional @types/react@"^18.2.37 || ^19" from @vaadin/react-components-pro@24.7.5
npm warn node_modules/@vaadin/react-components-pro
npm warn @vaadin/react-components-pro@"24.7.5" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @vaadin/react-components-pro@24.7.5
npm warn Found: @types/react-dom@18.3.6
npm warn node_modules/@types/react-dom
npm warn dev @types/react-dom@"18.3.6" from the root project
npm warn 1 more (@vaadin/react-components)
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional @types/react-dom@"^18.2.15 || ^19" from @vaadin/react-components-pro@24.7.5
npm warn node_modules/@vaadin/react-components-pro
npm warn @vaadin/react-components-pro@"24.7.5" from the root project
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error <https://github.com/npm/cli/issues>
How to solve this problem?
Tahnks