Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Not compatible with meteor 1.4.4.3 #110

Open indie-it opened 7 years ago

indie-it commented 7 years ago

I updated to meteor 1.4.4.3 today. When I tried to run meteor, I got the following message

Errors prevented startup:

   While selecting package versions:
   error: Potentially incompatible change required to top-level dependency: meteor-base 1.0.4, was 1.1.0.
   Constraints on package "meteor-base":
   * meteor-base@1.0.4 <- top level
   * meteor-base@1.0.4 <- top level
   * meteor-base@1.0.1 <- lepozepo:cloudinary 4.2.6

   Potentially incompatible change required to top-level dependency: dynamic-import 0.1.0-beta.20, was 0.1.0.
   Constraints on package "dynamic-import":

   To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.

=> Your application has errors. Waiting for file change.

I don't really know what to do... Any ideas, guys?

niranjans commented 7 years ago

I am considering using this package in my project. Just wanted to check in if this package is compatible with the new 1.5 version of Meteor.