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.

Cloudinary Angular-5.x is not Angular 9 compatible

See original GitHub issue

Even though the release notes of 1.2.2 say that its Angular 9 compatible - i am getting following error when updating my Angular project.

Package "@cloudinary/angular-5.x" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0" (extended), would install "9.1.1").
Package "@cloudinary/angular-5.x" has an incompatible peer dependency to "@angular/common" (requires "^6.0.0" (extended), would install "9.1.1").

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
abbasogajicommented, Jul 21, 2020

@eyalktCloudinary @aditimadan-Cloudinary it works fine (v1.3.1) on Angular 10

1reaction
hassanasadcommented, Apr 16, 2020

Some libraries do it like this:

"peerDependencies": {
    "@angular/common": ">=7.0.0",
    "@angular/core": ">=7.0.0"
  },

Perhaps you can see this for reference: https://github.com/valor-software/ngx-bootstrap/blob/development/package.json

Read more comments on GitHub >

github_iconTop Results From Across the Web

@cloudinary/angular-5.x - npm
Start using @cloudinary/angular-5.x in your project by running `npm i @cloudinary/angular-5.x`. There are 2 other projects in the npm ...
Read more >
Upload widget and Angular 9 incompatible - Cloudinary Support
I've been using the cloudinary upload widget in angular 8 without any problems, now I've updated to angular 9 and the cloudinary upload...
Read more >
Angular quick start - Cloudinary
A working Angular development environment with a supported version of Angular. 1. Set up and configure the SDK. Install the packages. Install ...
Read more >
Angular SDK (Legacy) - Cloudinary
Supported versions. Cloudinary's Angular support includes separate libraries for integration with AngularJS (also known as Angular 1.x) and with ...
Read more >
Programmatically Uploading Images, Videos, and Other Files
Uploading a password-protected PDF as an image asset is not supported. If necessary, you can upload a password-protected PDF by setting the ...
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