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?
Code of Conduct
Apache Airflow version
2.3.3 (latest released)
What happened
According to npm docs fields
nameandversionare required inpackage.json, but are not present inairflow/www/package.jsonSee: 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
nameandversionshould 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?
Code of Conduct