angular core has incorrect peer dependency zone.js

868 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 answers

0
mruanova On

I resolved it by installing zone.js

yarn add zone.js@~0.10.3