CS-WIKI101
Loading...
Searching...
No Matches
Node.js via Homebrew

Step 1: Install Homebrew

NOTE If you already have Homebrew installed, you can skip these steps.

Follow the instructions provided in the installation homebrew to install Homebrew on macOS.

Step 2. Install Node.js

Run the following command to install Node.js:

brew install node

NOTE Install Node.js using the command above will install the latest version of Node.js. If you want to install a specific version of Node.js, you can run the following command:

# brew install node@<version>
brew install node@18

Need assistance? Check out my discussion board or review the GitHub status page.

© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)

Back to Top