-
Notifications
You must be signed in to change notification settings - Fork 65
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 0.16.1 #1108
Comments
Thanks for being proactive! |
I have a feeling this would make my builds even faster! |
I have some issues with yarn today. |
also I found another yarn issue for windows: yarnpkg/yarn#1606 |
OK, thanks for reporting the issue. I'm closing this issue though as it was intended for tracking Yarn installation on AppVeyor build workers. Looks like the issue you have is not related to Yarn available in |
@pumano - If you want to install Yarn as part of your AppVeyor build, I suggest using the Chocolatey package. For example:
We do this for Yarn itself (see https://github.com/yarnpkg/yarn/blob/master/appveyor.yml) 😄 Docs here: https://yarnpkg.com/en/docs/install-ci @FeodorFitsner - It would be fantastic to have Yarn preinstalled on the build workers :D |
But it is! It is pre-installed already: https://www.appveyor.com/updates/2016/11/01/ |
Oh awesome, I didn't even notice! Thank you @FeodorFitsner! ❤️ |
Just submitted a PR to update the Yarn docs and mention that Yarn is preinstalled: yarnpkg/website#233 |
@FeodorFitsner Appveyor support cache busting for yarn? |
What do you mean by that? |
@FeodorFitsner being able to invalidate the cache based on if a certain file changes: |
then existing cache dependency invalidation approach should work for Yarn too |
I see. Thanks for clarifying |
@FeodorFitsner could this be updated to Yarn 0.18 which has quite a few windows issues resolved? |
0.17.10 is the latest version available at https://yarnpkg.com/ |
@FeodorFitsner Hrm it looks like they might have not updated that version number on the website. https://github.com/yarnpkg/yarn/releases Homebrew on macOS installs 0.18, though Chocolatey still has 0.17.9 |
Oh, found MSI installer here: https://github.com/yarnpkg/yarn/releases I'm adding a new issue to install Yarn 0.18.0 during the next images update: #1204 |
Yarn 0.18.0 is currently considered a release candidate, not a stable
release. 0.17.10 is the latest stable release of Yarn. We're going to make
RCs more obvious in the future.
Sent from my phone.
…On Dec 7, 2016 8:05 AM, "Feodor Fitsner" ***@***.***> wrote:
Oh, found MSI installer here: https://github.com/yarnpkg/yarn/releases
I'm adding a new issue to install Yarn 0.18.0 during the next images
update: #1204 <#1204>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1108 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFnHbhYbKHZVnfQTGpWRxZPRniRcXs0ks5rFc4CgaJpZM4KU-hm>
.
|
OK, I see. Then we'll deploy 0.18.0 when it's finally released. Thanks! |
https://yarnpkg.com/en/docs/install
The text was updated successfully, but these errors were encountered: