You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Apache Airflow version
2.3.3 (latest released)
What happened
According to npm docs fields
name
andversion
are required inpackage.json
, but are not present inairflow/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
andversion
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
The text was updated successfully, but these errors were encountered: