I have a current angular app with 7.2.15 and I tried to upgrade with the command
ng update @angular/cli @angular/core
I became this error and I don't understand why:
Using package manager: 'npm'
Collecting installed dependencies...
Found 48 dependencies.
Fetching dependency metadata from registry...
Error fetching metadata for '@angular/cli': minTimeout is greater than maxTimeout
I followed the guide from update.angular.io.
Has someone any ideas why it happens? I don't have declaration of variables like minTimeout or maxTimeout in my project