Я устанавливаю primeng и получаю предупреждение о зависимости от равноправных узлов:
>npm install primeng --save
npm WARN primeng@9.0.2 requires a peer of zone.js@^0.10.2 but none is installed. You must install peer dependencies yourself.
Поэтому я покорно устанавливаю zone.js@^0.10.2 ...
>npm install zone.js@^0.10.2 --save
npm WARN @angular/core@8.0.0 requires a peer of zone.js@~0.9.1 but none is installed. You must install peer dependencies yourself.
... и теперь жалуется, что мне нужно установить zone.js@~0.9.1. Если я устанавливаю, он жалуется, что необходимо установить zone.js@^0.10.2 и так далее ...
Что делать? Спасибо