Edit on GitHub

  1. Install Homebrew: http://brew.sh

  2. Open Terminal

  3. Install dependencies

    brew install node@16 git python3
    
  4. Add NodeJS to PATH:

    echo 'export PATH="/usr/local/opt/node@16/bin:$PATH"' >> ~/.zshrc
    source ~/.zshrc
    

For machines using the M1 architecture:

  1. Use the latest NodeJS@16 (>=v16.16)

  2. Update Xcode to latest version (>=v13.4.1)

Did you find what you were looking for?

Thank you! We appreciate your feedback.
ร—

Tell us more

Your feedback helps us improve the Mattermost developer documentation.

Have a feature request? Share it here.

Having issues? Join our Community server.