Skip to content

cindyleighn/basic_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors