When updating angular cli in project root folder I run into an error.
Running this command: ng update @angular/cli
returns the following error
Error: Cannot find module '@angular-devkit/schematics/tasks'
Cannot find module '@angular-devkit/schematics/tasks'
I tried removing node modules file then run npm install, also tried running npm i @angular-devkit/schematics
but the error persists.
local CLI version: 1.7.4, global CLI version: 7.3.7