- Make sure you have a terminal application on your computer. On Mac, the default "terminal" application will work. On Windows, use the command prompt, or another terminal program. If using the VS Code editor, a terminal is built in.
- Windows Users: If you get an error when running npm deployin the command prompt, try installing an alternative terminal application. One of the following should work:- Cmder: http://cmder.net (use the "git for windows" version)
- MSGIT: https://gitforwindows.org
 
 
- Windows Users: If you get an error when running 
- Try running git --versionin your terminal. If you get an error, install git from here: https://git-scm.com/downloads
- Install Node.js which includes npm. To test if you have this installed, runnpm -vand if it is installed, you should see a number output with the current version. Make sure it is greater than5.2.
- If npmis not installed, go here to install Node.js: https://nodejs.org/en/