CS-WIKI101
|
node-v18.x.x-darwin-arm64.tar.gz
or any version that include darwin-arm64
in the file name and extension .tar.gz
.Command + Spacebar
to open Spotlight Search, type Terminal
, and press Enter
to open the Terminal application. NOTE For more information please see how to open Terminal in macOS
Once you have downloaded, open the Terminal application and navigate to the directory where you downloaded binary file.
Extract the installer by running the following command:
Replace vx.x.x
with the version number you downloaded (in this case, v18.19.0
).
Verify Installation: After the installation is complete, you can verify that Node.js is correctly installed by running the following command:
This will display the Node.js
version number if the installation was successful.
Need assistance? Check out my discussion board or review the GitHub status page.
© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)