-
-
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
yarn detection isn't complete #133
Comments
Re: Checking for a We had intentionally decided not to check for a Adding |
Probably an ignorant question: If the app has already been |
No idea, @rwjblue? |
For NPM <= 4 Yarn was still faster (by a fairly large margin) even when used without an existing lock file. I haven't tested with npm@5. |
Is there an elegant way around this? The older version override has worked to get the jobs passing on Trusty. I could try a PR for skipping
|
I think with the problems that have cropped up and with npm@5 more directly competing with yarn, making ember-try only use yarn when a yarn.lock is in the project makes sense. @backspace your PR would be most welcome, but I think looking for the yarn.lock file directly would be preferable because |
All issues are now solved since #138 |
On new Travis trusty builds, they include yarn v0.17.8 by default. This breaks here
https://travis-ci.org/ember-vr/ember-aframe-camera-extras/jobs/251025550#L2614-L2629
We should check for a
yarn.lock
file as well, so we aren't accidentally running yarn.The text was updated successfully, but these errors were encountered: