yangjunhan removed a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-904386845
After doing some researches and experiments on the problem `npx: Not found`, it turns out that `frontend-maven-plugin` v1.6 requires us to explicitly specify both `nodeVersion` and `npmVersion` (originally `npmVersion` was omitted, causing the not-found error). This issue was reported here [#458](https://github.com/eirslett/frontend-maven-plugin/issues/458). Fortunately, it was solved from v1.9.0 onwards [#868](https://github.com/eirslett/frontend-maven-plugin/pull/868). Therefore, the solution would be updating the plugin version to v1.9.0+ and/or explicitly specify the `npmVersion`. Hopefully, now the CI will pass 😂. -- 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]
