You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/12 19:56:36 UTC

[GitHub] [airflow] tm-drtina opened a new issue, #25007: Invalid `package.json` file in `airflow/www`

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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] bbovenzi commented on issue #25007: Invalid `package.json` file in `airflow/www`

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #25007:
URL: https://github.com/apache/airflow/issues/25007#issuecomment-1183349482

   @tm-drtina Good call. Feel free to open a PR!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] bbovenzi closed issue #25007: Invalid `package.json` file in `airflow/www`

Posted by GitBox <gi...@apache.org>.
bbovenzi closed issue #25007: Invalid `package.json` file in `airflow/www`
URL: https://github.com/apache/airflow/issues/25007


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org