tm-drtina opened a new issue, #25007: URL: https://github.com/apache/airflow/issues/25007
### Apache Airflow version 2.3.3 (latest released) ### What happened According to npm docs fields `name` and `version` are required in `package.json`, but are not present in `airflow/www/package.json` See: https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields This can confuse some build tools, but also is just in incorrect format. ### What you think should happen instead The fields `name` and `version` should be defined even if they contain just dummy values - we don't need real values since the package is not published in npm registry. ### How to reproduce _No response_ ### Operating System N/A ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
