aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

Files is not defined #152

Open alifsuria opened 3 years ago

alifsuria commented 3 years ago

Why did i get files is not defined when using gfs.files.find()

ahmadtech199 commented 3 years ago

This is problem appearing with mongoose package in version up 6.0.0 i solved this problem only change mongoose package version to 5.13.10

npm i mongoose@5.13.10 --save