technikhil314 / angular-components

Collection of all my open source angular components
https://github.com/technikhil314/angular-components
MIT License
24 stars 30 forks source link

Issue while installing with Angular 11. #64

Closed suriyaJaay closed 2 years ago

suriyaJaay commented 2 years ago

Hi Am getting below error, while installing.. package.json

"dependencies": { "@angular/animations": "~11.2.8", "@angular/cdk": "~11.2.13", "@angular/common": "~11.2.8", "@angular/compiler": "~11.2.8", "@angular/core": "~11.2.8", "@angular/forms": "~11.2.8", "@angular/material": "~11.2.13", "@angular/platform-browser": "~11.2.8", "@angular/platform-browser-dynamic": "~11.2.8", "@angular/router": "~11.2.8", }

image

Could you pls help me on this?

technikhil314 commented 2 years ago

@suriyaJaay can you try with --force. I just checked angular/common@6.0.0-rc-0 is still available on npm registry. let me know if it does not work I will change the peer dependancy version and publish new version.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

radiumrasheed commented 2 years ago

@suriyaJaay can you try with --force. I just checked angular/common@6.0.0-rc-0 is still available on npm registry. let me know if it does not work I will change the peer dependancy version and publish new version.

I think it's best to change the peer deps instead of using force, to ease ci-cd

technikhil314 commented 2 years ago

@suriyaJaay can you try with --force. I just checked angular/common@6.0.0-rc-0 is still available on npm registry. let me know if it does not work I will change the peer dependancy version and publish new version.

I think it's best to change the peer deps instead of using force, to ease ci-cd

Yup makes sense. I will release new patch version with the changes.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.