Uptate CONTRIBUTING.md (#13095)

add nvm latest tag --lts
This commit is contained in:
Bawantha Mihiran Rajapaksha 2021-05-10 15:58:32 +05:30 committed by GitHub
parent cee22e28c0
commit 809983d32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -512,8 +512,8 @@ First, be sure you are using recent versions of Node.js and npm. We recommend us
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
cd superset-frontend
nvm install
nvm use
nvm install --lts
nvm use --lts
```
Or if you use the default macOS starting with Catalina shell `zsh`, try: