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 <[email protected]> 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
