Skip to content
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

Closed
FeodorFitsner opened this issue Oct 12, 2016 · 20 comments
Closed

Yarn 0.16.1 #1108

FeodorFitsner opened this issue Oct 12, 2016 · 20 comments
Milestone

Comments

@FeodorFitsner
Copy link
Member

https://yarnpkg.com/en/docs/install

@FeodorFitsner FeodorFitsner added this to the 16-oct-2016 milestone Oct 12, 2016
@niemyjski
Copy link

Thanks for being proactive!

@jamesdixon
Copy link

I have a feeling this would make my builds even faster!

@FeodorFitsner FeodorFitsner changed the title Yarn Yarn 0.16.1 Oct 31, 2016
@pumano
Copy link

pumano commented Nov 1, 2016

I have some issues with yarn today.
I reported bug to yarn: yarnpkg/yarn#1604

@pumano
Copy link

pumano commented Nov 1, 2016

also I found another yarn issue for windows: yarnpkg/yarn#1606

@FeodorFitsner
Copy link
Member Author

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 PATH as I ran it on previous image and got the same results: https://ci.appveyor.com/project/FeodorFitsner/test-storage

@Daniel15
Copy link

Daniel15 commented Nov 2, 2016

@pumano - If you want to install Yarn as part of your AppVeyor build, I suggest using the Chocolatey package. For example:

install:
  - choco install yarn
  - refreshenv

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

@FeodorFitsner
Copy link
Member Author

But it is! It is pre-installed already: https://www.appveyor.com/updates/2016/11/01/

@Daniel15
Copy link

Daniel15 commented Nov 2, 2016

Oh awesome, I didn't even notice! Thank you @FeodorFitsner! ❤️

@Daniel15
Copy link

Daniel15 commented Nov 2, 2016

Just submitted a PR to update the Yarn docs and mention that Yarn is preinstalled: yarnpkg/website#233

@amilajack
Copy link

amilajack commented Dec 5, 2016

@FeodorFitsner Appveyor support cache busting for yarn?

@FeodorFitsner
Copy link
Member Author

What do you mean by that?

@amilajack
Copy link

@FeodorFitsner being able to invalidate the cache based on if a certain file changes:

https://github.com/chentsulin/electron-react-boilerplate/blob/master/appveyor.yml#L9-L10

@FeodorFitsner
Copy link
Member Author

then existing cache dependency invalidation approach should work for Yarn too

@amilajack
Copy link

I see. Thanks for clarifying

@eamodio
Copy link

eamodio commented Dec 6, 2016

@FeodorFitsner could this be updated to Yarn 0.18 which has quite a few windows issues resolved?

@FeodorFitsner
Copy link
Member Author

0.17.10 is the latest version available at https://yarnpkg.com/

@eamodio
Copy link

eamodio commented Dec 6, 2016

@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

@FeodorFitsner
Copy link
Member Author

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

@Daniel15
Copy link

Daniel15 commented Dec 6, 2016 via email

@FeodorFitsner
Copy link
Member Author

OK, I see. Then we'll deploy 0.18.0 when it's finally released. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants