angular core has incorrect peer dependency zone.js

891 Views Asked by At

I got the following error while updating my version of angular:

@angular/[email protected]" has incorrect peer dependency "zone.js@~0.10.3".
1

There are 1 best solutions below

0
On

I resolved it by installing zone.js

yarn add zone.js@~0.10.3