-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundled dependencies #247
Comments
IMHO we are in an impossible situation. It shouldn't matter about using bundledDependencies or not. Anyway, we must bump the major if we want to try again, or have our own version of citgm. |
re citgm it was not fresh installs from what I could tell, just upgrades On Tue, Nov 15, 2016 at 1:55 AM Matteo Collina [email protected]
|
Ahum. Looks like it's an npm bug in computing the tree. Sigh. Whenever we bump the major, it will be a nice change to add. |
we bundled our less common dependencies with version 2.2.0, but this immediately causes issues, specifically with yarn (yarnpkg/yarn#1774 and the tl;dr is that the issue was installing yarn not using yarn). The issue seemed to be about upgrading and the dependencies changing place. So we may need to come up with a different way to bundle them.
The text was updated successfully, but these errors were encountered: