emilol / angular-crumbs

Angular Breadcrumb
https://emilol.github.io/angular-crumbs
MIT License
46 stars 46 forks source link

Dependency does not work with Angular v13 #25

Open ghost opened 2 years ago

ghost commented 2 years ago

@emilol @mmmichl Please respond whether there will be any update in the future or not.

capesean commented 2 years ago

@faraz-ahmad try going into the package.json file in the angular-crumbs folder inside your node_modules folder, and changing the versions as shown below.

image

ghost commented 2 years ago

@capesean This is not the permanent solution as node_modules regenerated every time on the server when build is created. NM, I have added my own logic for showing breadcrumb.

capesean commented 2 years ago

Just for others, you can fork the repo, modify the versions, and then npm install that version if needs be. Use something like npm install capesean/angular-crumbs -force to install it from your own account.

samee-ch commented 11 months ago

Hi, I have downloaded an angular 11 template, and I am updating it's version, but on version 13 these angular-crumbs giving peer dependency error, I have updated the package JSON file from node_module folder to set 14.0.0 but it is still giving me the error of peer dependency, Anyone an idea how to fix this?