You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/14 00:39:47 UTC

[airflow] 03/16: Update node installation cmd (#10744)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5ac7fd251b61557a4c2ca8c98055ba6924e59849
Author: Ryan Yuan <ry...@outlook.com>
AuthorDate: Sat Sep 5 16:50:29 2020 +1000

    Update node installation cmd (#10744)
    
    (cherry picked from commit d84b62d7e17dd559041754634bf299274f54e83f)
---
 CONTRIBUTING.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 309022c..d1bc4ca 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -813,7 +813,7 @@ To install yarn on macOS:
 
 .. code-block:: bash
 
-    brew install node --without-npm
+    brew install node
     brew install yarn
     yarn config set prefix ~/.yarn