Open rkilgore opened 6 years ago
Ignore this if you want. This was the one issue I had getting the project running on my machine.
npm install installed some not-great version of @angular/flex-layout, so the project wouldn't compile. This fixes that.
npm install
@angular/flex-layout
Ignore this if you want. This was the one issue I had getting the project running on my machine.
npm install
installed some not-great version of@angular/flex-layout
, so the project wouldn't compile. This fixes that.