flying-musk opened a new issue, #397:
URL: https://github.com/apache/rocketmq-dashboard/issues/397
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: '[email protected]',
[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: '[email protected]',
[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?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]