-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Travis and yarn issue on Ember 2.12 only #148
Travis and yarn issue on Ember 2.12 only #148
Comments
The 2.12 scenario is the only one for a default addon that uses |
What we do know, is that ember-cli-dependency-checker is throwing an error (which fails the build) saying that the |
@rwjblue yeah, spoke at length about yarn issues with @kategengler on slack, and I think we decided the ember-try blueprints need to follow the same conventions as ember-cli and automatically add |
I haven't been experiencing this. Is it because of Travis npm cache benefits, or does this only affect yarn users? |
@kellyselden this is only if you use yarn. |
Pretty sure this is the opposite scenario of the problems we had with automatically using yarn (where I investigated how ember-cli handles I think ember-try should be consistent with ember-cli in this case but ember-try has the gotcha that it will not work unless yarn/npm is consistent with what originally installed the dependencies for a project. This also means that the package manager (yarn vs npm) must be the same through all scenarios. Can we enforce this with an error? Is there a way to tell whether Longer term, if ember-try were able to be installed and run globally, then ember-try could take over running the initial install and control the entire process. |
Seeing the same issue starting on a build from 4 days ago on an addon here: https://travis-ci.org/alexdiliberto/ember-transformicons/builds/274381413 |
Are the blueprints for ember-try in ember-try itself or are the files generated by ember-cli? I'm happy to PR in a fix that checks for the yarn flags. |
Per my plan above, I hope to remove the yarn flag. |
I'm starting to see this on npm 5. otherwise default blueprint. |
This is fixed, as |
I'm unsure what is special about Ember 2.12, but that case is consistently failing across all my addons while all the other cases pass.
https://travis-ci.org/shipshapecode/ember-contact-form/builds/275019161
https://travis-ci.org/shipshapecode/ember-math-helpers/builds/274758588
https://travis-ci.org/shipshapecode/ember-vivus/builds/274420286
The text was updated successfully, but these errors were encountered: