mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This is another way of addressing the problem I attempted to fix withf34c5ec926earlier today. Apparently, older versions of compiler plugin-registering packages such as standard-minifier-css and templating-compiler still depend on older versions of the meteor package, which may still use path.join to import fibers/future. This can be fixed by republishing those packages, as I did in917b01ac5f, but I'd prefer not to republish every compiler plugin package. Fortunately, we can also solve the problem by being more tolerant in the implementation of Npm.require, which is what this commit does.