Closed marholdm closed 6 years ago
Hi, I also have a Problem with mongo since the last update (update from 0.4.7 to 0.4.13) I´m on Meteor 1.7.0.1 with mongo 1.5.0 and rxjs 6.1.0. and got the following Error:
`... /dev_bundle/server-lib/node_modules/fibers/future.js:280 throw(ex);
Error: Cannot find module 'meteor/mongo'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at subscribeEvents (node_modules/meteor-rxjs/dist/bundles/index.umd.js:2:102)
at Object.
Hi,
I have the same issue using 1.7.0.1
I'm having the same issue, without upgrading to 1.7.0.1. I am thinking that it popped up when I updated angular to V6.x and rxjs to V6.x. Not sure it it's either of those things, but I don't think it's specifically Meteor 1.7.
EDIT I reverted back to 0.4.11 and the issue went away, so it still may be an interaction with angular or rxjs, but it's something that was introduced in 0.4.12 or 0.4.13
I have this problem since version 0.4.12
Could you update your meteor-rxjs
to 0.4.14?
Hi @ardatan, It works now for me using Meteor 1.7.0.1 and Angular 6. Thanks!
Thank you for your collaboration! I'm closing this issue then.
Hi ! I'm having the error 'Mongo is not defined'
Someone got the same issue ?