From abf2c87115bc34df1db102ae3d64bc011dc93ff6 Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Thu, 18 Mar 2021 02:57:13 +0800 Subject: [PATCH] Make preliminary suggested changes to CONTRIBUTING.md (#13643) --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffad36eb5..5c7ce83bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -491,6 +491,11 @@ nvm install nvm use ``` +Or if you use the default macOS starting with Catalina shell `zsh`, try: +```zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh)" +``` + For those interested, you may also try out [avn](https://github.com/nvm-sh/nvm#deeper-shell-integration) to automatically switch to the node version that is required to run Superset frontend. We have upgraded our `package-lock.json` to use `lockfileversion: 2` from npm 7, so please make sure you have installed npm 7, too: