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 #6

Closed carlosalvidrez closed 3 years ago

carlosalvidrez commented 3 years ago

Hi @copleykj ! First, thank you for sharing your work!

Wanted to let you know I get this warning when launching my app after having installed this meteor package and its underlying dependencies. It seems to me like refreshing the dependency version, or adding some sort of range to it may fix it.

Here it is:

W20210716-20:40:20.798(-4)? (STDERR) WARNING: npm peer requirements (for socialize:cloudinary) not installed: W20210716-20:40:20.799(-4)? (STDERR) - cloudinary@1.26.2 installed, cloudinary@1.22.x needed W20210716-20:40:20.799(-4)? (STDERR) W20210716-20:40:20.799(-4)? (STDERR) Read more about installing npm peer dependencies: W20210716-20:40:20.799(-4)? (STDERR) http://guide.meteor.com/using-packages.html#peer-npm-dependencies W20210716-20:40:20.799(-4)? (STDERR)

copleykj commented 3 years ago

Thanks for the report. Since these are just peer dependency warnings, it shouldn't affect anything. I'll make updated and release a patch later tonight.

carlosalvidrez commented 3 years ago

Thanks!!

copleykj commented 3 years ago

This should be all set.

carlosalvidrez commented 3 years ago

Yes, that worked, thanks @copleykj !