-
Notifications
You must be signed in to change notification settings - Fork 629
Open
Description
I just run mvn test in root dir, and it states the following:
[INFO]
[INFO] --- frontend:1.11.3:install-node-and-npm (install node) @ rocketmq-dashboard ---
[INFO] Node v18.2.0 is already installed.
[INFO]
[INFO] --- frontend:1.11.3:npm (npm install) @ rocketmq-dashboard ---
[INFO] Running 'npm install' in /Users/mars_kn/Projects/rocketmq-dashboard/frontend-new
[INFO] npm WARN EBADENGINE Unsupported engine {
[INFO] npm WARN EBADENGINE package: 'react-router@7.6.0',
[INFO] npm WARN EBADENGINE required: { node: '>=20.0.0' },
[INFO] npm WARN EBADENGINE current: { node: 'v18.2.0', npm: '8.9.0' }
[INFO] npm WARN EBADENGINE }
[INFO] npm WARN EBADENGINE Unsupported engine {
[INFO] npm WARN EBADENGINE package: 'react-router-dom@7.6.0',
[INFO] npm WARN EBADENGINE required: { node: '>=20.0.0' },
[INFO] npm WARN EBADENGINE current: { node: 'v18.2.0', npm: '8.9.0' }
[INFO] npm WARN EBADENGINE }
[INFO]
[INFO] up to date, audited 1440 packages in 5s
[INFO]
[INFO] 270 packages are looking for funding
[INFO] run `npm fund` for details
[INFO]
Are we supposed to have 20.0.0 rather than v18.2.0 in pov.xml?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels