Updated dependencies to reflect Meteor 1.4 updates (gridfs)#984
Updated dependencies to reflect Meteor 1.4 updates (gridfs)#984nooitaf merged 3 commits intoMeteor-Community-Packages:masterfrom
Conversation
|
ping @aldeed please update gridfs |
|
I confirm, this solves an meteor startup error/crash which is completely invisible on deploy. |
|
Let's get this one in |
|
Is it possible to force using this new version despite other packages lists older version as dependencies? I am trying: but getting this: |
|
Yes, please, make this new version of cfs:gridfs installable. [1] https://forums.meteor.com/t/suddenly-cant-upload-images-to-newer-digitalocean-droplets/32591/10 |
|
HI, for all that could still be trying to solve this. I just went on the .meteor/versions files and changed the cfs:gridfs@0.0.33 to cfs:gridfs@0.0.34. and no more BSON issue. |
Updated dependencies for cfs:gridfs so that package can be used in Meteor 1.4.
mongodb: '2.2.4',
gridfs-stream: '1.1.1'
Corrects the issue: