angular-crumbs icon indicating copy to clipboard operation
angular-crumbs copied to clipboard

Dependency does not work with Angular v13

Open ghost opened this issue 2 years ago • 4 comments

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

ghost avatar Apr 30 '22 11:04 ghost

@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

capesean avatar Jun 02 '22 15:06 capesean

@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.

ghost avatar Jun 02 '22 15:06 ghost

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.

capesean avatar Aug 01 '22 14:08 capesean

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?

samee-ch avatar Sep 27 '23 21:09 samee-ch