Peer dependency issue for kendo-angular-icons package
1 Answer353 Views
Icon
Missing User
Missing User
asked on 06 Dec 2022, 07:54 PM
When I run install on package.json, I get this:
@progress/kendo-angular-icons@2.0.1 requires a peer of @progress/kendo-svg-icons@^0.1.2 but none is installed.
I have "@progress/kendo-svg-icons": "~0.6.0", which is the latest version.
1 Answer, 1 is accepted
0
Martin Bechev
Telerik team
answered on 09 Dec 2022, 09:07 AM
Hi Kwang,
The provided error in the ticket thread is coming from npm v7 and above.
The reason why it pops is because npm v7 cannot resolve dependencies which is why it needs to be used with the --legacy-peer-deps flag. In this line of words, use the npm install as follows: npm install "package" --legacy-peer-deps.
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.