sudo
is the command that tells the computer to execute a command as an admin (root user).npm
or pip
. Application-specific packages are packages that are typically bundled and deployed together with an application, regardless of where those applications are running.sudo npm i -g eslint
from the terminal in VSCode. Enter your computer's password if prompted.cd
ing into the repo directory, run the following command to install the libraries:npm install
command in depth in Module 2. For now, it is enough to know that the command downloads and installs libraries into a directory called node_modules
. You'll see this directory appear in your repo.Ctrl+Shift+P
on Windows and Cmd+Shift+P
on Mac.Preferences: Open Settings (JSON)
and select this option when you see it in the search dropdown. A JSON settings file should open in VSCode.new-file.txt
), for ease of use on the command line.new file.txt
).bootcamp
.bootcamp
folder, for each week (there are 24 total) in Coding Bootcamp, create a new folder for that week. This means you will have 24 week-specific folders, such as week1
, week2
, ..., week24
.weekX
folder, create 1 folder for each day of the week, i.e. day1
, day2
, ..., day5
.dayX
folder, create pre-class
, in-class
, and post-class
folders for the respective exercises.X-class
folder, keep a separate folder for every exercise you do that requires a new Git repo.projects
directory directly within the bootcamp
folder for easy accessibility.bootcamp
.bootcamp
folder, for each week 1 & 2 in Coding Bootcamp, create a new folder for that week. This means you will have 2 week-specific folders, such as week1
, week2
weekX
folder, create 1 folder for each day of the week, i.e. day1
, day2
, ..., day5
.dayX
folder, create pre-class
, in-class
, and post-class
folders for the respective exercises.X-class
folder, keep a separate folder for every exercise you do that requires a new Git repo.projects
directory directly within the bootcamp
folder for easy accessibility.bootcamp
in the home (~
) folder of the Ubuntu system.