question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 10 Peer Dependencies

See original GitHub issue

Hey @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:closed
  • Created 3 years ago
  • Reactions:17
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
ravetrollcommented, Sep 18, 2020

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.

2reactions
Zwartpetcommented, Jan 21, 2021

https://github.com/Enngage/ngx-captcha/pull/90 created pull request for Angular 11 update

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found