Angular 10 Peer Dependencies
See original GitHub issueHey @Enngage Awesome library! Thanks for sharing it.
Today I was updating to Angular 10, and on doing so I recieve the following warnings:
npm WARN ngx-captcha@8.0.1 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-captcha@8.0.1 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-captcha@8.0.1 requires a peer of tslib@^1.10.0 but none is installed. You must install peer dependencies yourself.
Would it be possible to take a look at updating these dependencies?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:17
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Angular 8 Peer Dependencies confusion - npm - Stack Overflow
I'm working with Angular 8 and I continuously get npm warnings regarding angular/compiler-cli peer dependencies.
Read more >Version 5 peer dependencies for Angular 10 instead of 12 #77
You wrote in your release that version 5 is adjusted for Angular 12, but in your library's package.json there are still the peer...
Read more >npm Peer Dependencies - JavaScript inDepth
Peer Dependencies are used to specify that our package is compatible with a specific version of an npm package. Good examples are Angular...
Read more >NPM: Dependencies vs Peer Dependencies | by Tapaswi
To conclude, dependencies are the package references that are used by your library without which it cannot work and to be installed along...
Read more >tslib direct dependency migration - Angular
If you have any libraries within your workspace, this migration will convert tslib peer dependencies to direct dependencies for the libraries.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have been using this on my app singe Angular 6, so have just migrated it all the way to Angular 10. This is the only component I am having trouble with this message, Please update for Angular 10.
https://github.com/Enngage/ngx-captcha/pull/90 created pull request for Angular 11 update