The Schematic workflow failed (Solution)— Angular 10.1.3

Alabi Tosin
1 min readOct 14, 2020

I had an issue trying to create a new angular app as displayed in the image below

I tried running the angular app to see if the issue above won’t cause any effect but unfortunately got the errors below

Below are steps I engaged in solving the problem

  1. npm cache clean --force
  2. npm update
  3. ng new angular-app
  4. ng serve --open

--

--