Install Node on Mac Ventura 13


Node is the most downloaded and installed JavaScript Runtime Environment package on the Mac from the Homebrew package manager.

Steps to install Node on Ventura 13

  • Make sure you have brew installed on your Mac, if not follow this article to install brew: link
  • Execute command: brew install node
    % brew install node
    ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/18.11.0
    ....
    ==> Installing node
    ==> Pouring node--18.11.0.arm64_ventura.bottle.tar.gz
    🍺  /opt/homebrew/Cellar/node/18.11.0: 1,993 files, 48.6MB
    ==> Running `brew cleanup node`...
    
  • Validate node got installed correctly by running the version command,
    % node --version
    v18.11.0
Install Node on macOS Ventura
-




Have Questions? Post them here!