mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Most people think of package deps in terms of packages, not unibuilds, but our constraint solver has all these generated "if you're using foo#os@1.0.0, use foo#web.browser@=1.0.0" constraints. They are just distracting in errors (which already hide the unibuild part for clarity) so make sure we don't see them in paths either. (I could imagine a flag/env var that skips all the removeUnibuild calls and this special processing, for "gory details" mode.)