Download: https://nodejs.org/en/download
or bash script:
curl "https://nodejs.org/dist/v20.9.0/node-v20.9.0.pkg" > "$HOME/Downloads/node-v20.9.0.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-v20.9.0.pkg" -target "/"or homebrew:
brew install node@20Check installation:
node --versionOutput:
v20.9.0
Download https://code.visualstudio.com/download
Bash script:
npm install -g yarnCheck installation:
yarn --versionOutput:
1.22.19
Download https://code.visualstudio.com/download