You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/12/18 20:58:00 UTC

[jira] [Updated] (AIRFLOW-6272) Manage front-end JS deps with yarnpkg instead of npm

     [ https://issues.apache.org/jira/browse/AIRFLOW-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor updated AIRFLOW-6272:
---------------------------------------
    Description: 
NPM seems to be really slow at installing things, and is error-prone/tricky to get the "locked" version installed.

Yarn (or yarnpkg to not be confused with hadoop's yarn) is a "new" (few years old now) BSD-licesned JS package manager https://yarnpkg.com out of Facebook

  was:NPM seems to be really slow at installing things, and is error-prone/tricky to get the "locked" version installed.


> Manage front-end JS deps with yarnpkg instead of npm
> ----------------------------------------------------
>
>                 Key: AIRFLOW-6272
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6272
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 2.0.0
>            Reporter: Ash Berlin-Taylor
>            Assignee: Ash Berlin-Taylor
>            Priority: Minor
>
> NPM seems to be really slow at installing things, and is error-prone/tricky to get the "locked" version installed.
> Yarn (or yarnpkg to not be confused with hadoop's yarn) is a "new" (few years old now) BSD-licesned JS package manager https://yarnpkg.com out of Facebook



--
This message was sent by Atlassian Jira
(v8.3.4#803005)