CS-WIKI101
|
For more information about NVM, please see nvm-sh/nvm.
There is a serveral ways to install NVM. You can choose one of the following methods.
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.
Run the following command to install NVM:
Run the following command to install NVM:
The script clones the nvm repository to ~/.nvm
, and attempts to add the source lines from the snippet below to the correct profile file (~/.bash_profile
, ~/.zshrc
, ~/.profile
, or ~/.bashrc
).
Run the following command to install Node.js:
NOTE We use version 18.x.x (LTS) for this course. If you want to use different version, you can choose the version you want.
This one of the references that I used to create this instruction. for more information, please see the references below.
Source | Description |
---|---|
Node.js | Node.js website |
Node Version Manager | GitHub repository for NVM |
Need assistance? Check out my discussion board or review the GitHub status page.
© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)