Last active
October 10, 2019 18:10
-
-
Save Outright-Graham/3c625d244e42d435e6b07f6c1a8abe48 to your computer and use it in GitHub Desktop.
Primer for setup to use git and Nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://git-scm.com/download/win | |
Git install parameters: | |
1. "Next" | |
2. "Next" | |
3. "Next" | |
4. "Next" --> check mark "Don't creat a start menu folder" | |
5. "Next" | |
6. Option 2 -> "Next" | |
7. "Next" | |
8. Option 1 -> "Next" | |
9. Option 1 -> "Next" | |
10. Choose first two boxes -> "Next" | |
11. "Next" | |
Node install parameters | |
--> Click "Windows Installer" (the generic will do - it's probably an icon and not one of the "32/64-bit" packages) | |
1. "Next" | |
2. Accept the terms and license -> "Next" | |
3. "Next" | |
4. "Next" | |
5. "Install" | |
Nodejs comes with NPM so you're good to start using both. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment