angular-crumbs
angular-crumbs copied to clipboard
Dependency does not work with Angular v13
@emilol @mmmichl Please respond whether there will be any update in the future or not.
@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.
@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.
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.
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?