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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new d84b62d  Update node installation cmd (#10744)
d84b62d is described below

commit d84b62d7e17dd559041754634bf299274f54e83f
Author: Ryan Yuan <[email protected]>
AuthorDate: Sat Sep 5 16:50:29 2020 +1000

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

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index a7e0fce..1086fae 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -863,7 +863,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
 

Reply via email to