- Star this repo so you get notifications of any future updates.
- (Windows Only) Install Git for Windows: https://gitforwindows.org/
- Install node.js version 8 - 10: https://nodejs.org
npm install -g @angular/cli
git clone https://github.com/aaronfrost/angular-blastoff
cd angular-blastoff
npm install
On some new installations of Node, your system will give you permission errors when you try to install node packages globally. If this happens to you, come find the instructors to help you. If you are attempting this before the class and have errors, reach out to Brian and Aaron on twitter: @brian_love and @aaronfrost
If you aren't sure what the version of node you are running is, run the following command from a terminal window and it will tell you:
node -v
If it returns value lower than 8.0 or higher than 10.x, you need to update your installation.