arggh

Results 97 comments of arggh

I was looking for a somewhat similar solution, with this kind of monorepo structure (Meteor environment): ``` /project /meteor-packages /package1 /package2 /package2 /app1 /packages /package1 *symlink -> ../../../meteor-packages/package1* /app2 /packages...

I'd love to understand what the root cause is, if you'd be so kind and elaborate a bit? I find it strange, if it's not related to Meteor, but resetting...

> It usually happens if you forget to run meteor npm install before deploying the application and still import the package. The app will try to find the code, but...

For example, this: ``` Error: ENOENT: no such file or directory, open '/built_app/programs/web.browser/dynamic/node_modules/meteor/arggh_tools-models/cloud_images.js' ``` ...is a local Meteor package.

These only happen on production servers. Also, some of the errors are complaining about files that really aren't imported anymore, at all, which is why I suspected the issue was...

> I think that would make sense, but I don't see how we could help you here... I'm not looking for help. I'm trying to report a possible bug in...

I believe I have an explanation. There might be some gaps or flaws in my understanding of oplog tailing, or oplog in general, so I'm not yet _100% certain_, but...

A reproduction is probably too much to ask, but I'll run our production apps with `OPLOG_CONVERTER_DEBUG` set and see if I can catch anything 👍