You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system-setup/11-verify.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Verify Your Setup Part 1
2
2
3
-
> 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 different than what is listed here due to recent updates.
3
+
> 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 different than what is listed here due to recent updates.
4
4
5
5
-`code --version`
6
6
-`1.64.2`
@@ -9,16 +9,17 @@
9
9
-`node --version`
10
10
-`v17.31.1`
11
11
-`npm --version`
12
-
`8.3.0`
12
+
-`8.3.0`
13
13
-`eslint --version`
14
-
`v8.1.0`
14
+
-`v8.1.0`
15
15
-`tree --version`
16
16
-`tree v2.0.1 (c) 1996 - 2018 ...`
17
17
-`git config --list` should contain at least the following:
18
18
-`user.name=YOUR NAME`
19
19
-`user.email=YOUR EMAIL`
20
20
-`core.editor=code --wait`
21
21
-`init.defaultbranch=main`
22
+
- Type the letter `q` to exit the config screen and return to the previous screen.
22
23
-`code .`
23
24
- should open VS Code with your current folder contents
24
25
@@ -30,7 +31,7 @@ Run the following command
30
31
curl -Ls https://bit.ly/3qMWhbE | bash
31
32
```
32
33
33
-
You should get a successful message. If you do not see `By gum, you've done it!`, look at the output from the steps in part 1 to begin troubleshooting. Get TA assistance as necessary.
34
+
You should get a successful message. If you do not see `By gum, you've done it!`, look at the output from the steps in part 1 to begin troubleshooting. Get TA assistance as necessary.
0 commit comments