Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 914 Bytes

File metadata and controls

75 lines (51 loc) · 914 Bytes

Prerequisites

NodeJS v20.9.0 (LTS in October 2023)

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@20

Check installation:

node --version

Output:

v20.9.0


Yarn

Download https://code.visualstudio.com/download


Bash script:

npm install -g yarn

Check installation:

yarn --version

Output:

1.22.19


VSCode

Download https://code.visualstudio.com/download



Tutorials