When you have a new/clean machine there are a number of specific steps that are needed to be done prior to running an Angular 2+ project in Visual Studio Code. Here are the steps: 1. NodeJS - download x64 + install 2. Execute: npm install -g @angular/cli 3. Execute: npm install -g npm@latest 4. Execute [...]