copleykj / socialize-cloudinary

A Meteor package for integrating a meteor application with Cloudinary image/video managment service
MIT License
11 stars 4 forks source link

Cloudinary version warning #10

Open u-sour opened 9 months ago

u-sour commented 9 months ago

Hi, @copleykj ! Any update about this ?

⚠️ warning


W20240103-10:59:37.449(7)? (STDERR)    - cloudinary@1.41.1 installed, cloudinary@1.32.x needed
W20240103-10:59:37.449(7)? (STDERR) 
W20240103-10:59:37.449(7)? (STDERR)   Read more about installing npm peer dependencies:
W20240103-10:59:37.449(7)? (STDERR)     http://guide.meteor.com/using-packages.html#peer-npm-dependencies
W20240103-10:59:37.450(7)? (STDERR)   ```
copleykj commented 9 months ago

This is just a warning and you will very likely find that the mismatch does not actually affect the functionality. It's in place as a reminder to make sure and if there is an issue you can revert to the version specified and know that it will function correctly until a new version is released.

u-sour commented 9 months ago

@copleykj ok, noted.