By the time you’ve completed the guide, you should be able to run the following commands in your terminal and see the expected output. Your versions may be slightly higher than what is listed here due to recent updates.
Run these commands and compare them with the expected output.
code --version
1.64.2
git --version
git version 2.34.1
node --version
v17.8.0
npm --version
8.3.0
eslint --version
v8.1.0
tree --version
tree v2.0.1 (c) 1996 - 2018 ...
git config --list
user.name=YOUR NAME
user.email=YOUR EMAIL
core.editor=code --wait
init.defaultbranch=main
q
to exit the config screen and return to the previous screen.)code .
If any of the above commands do not give you the expected output, get assistance.
Run the following command
curl -Ls https://bit.ly/3qMWhbE | bash
You should get a successful message. If instead you see Something went wrong!
, look at the output carefully, and retry the steps in part 1 to begin troubleshooting. Get assistance as necessary.