Firstly, go and install VSCode for MacOSX .
Finally, you'll need to add VS Code to your
PATH
variable if you're using <strong> MacOS </strong>. To do this, press Cmd+Shift+P then type “PATH” into the command palette, choosing the option to install the <code> code command in your PATH.
Open the terminal app, then run
git
, which will trigger a prompt to download extra features. Wait for this to download.
Now that we've done the heavy lifting in step (2), we will go install NodeJS.
The most reliable strategy is to use a tool called NVM .
nvm install 20
, which will download and install the correct version of NodeJS.
node --version
command to check if it installed correctly. You should see something like "v20.12.2" as the output
Resource created Tuesday 13 August 2024, 01:02:02 PM, last modified Tuesday 27 August 2024, 11:00:45 AM.