HTML and CSS Reference
In-Depth Information
Figure 23-4. This will make Git Bash the default command prompt for Git and the other command-line tools
that you will be using in this chapter
This option will ensure that Git Bash is your main application (app) for running Git and Node.js (once you have
it installed) from the command line. For the rest of this chapter, I will be using Git Bash on Windows. If you are on a
Mac, because it uses Bash by default in the Terminal, everything should be the same.
By now, you should have Node.js installed on your computer. Simply open Git Bash on Windows, or Terminal on
Mac; enter the following command at the prompt; and then press Enter:
>npm
You should see something similar to the screen shown in Figure 23-5 .
Figure 23-5. If you don't pass npm any commands, it will print out the instructions
 
Search WWH ::




Custom Search