-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CircleCI node images distributing outdated, unpackaged yarn 0.27.5 #4407
Comments
That's strange because 1.0.1 is definitely there:
Can you confirm that you've ran |
I just confirmed that I get 1.0.1 from the repo, on Ubuntu on Windows (Windows Subsystem for Linux):
|
Yep I'm running
|
OK here's something SUPER weird: 1.0.1 is being installed but it looks like it contains an old version of yarn:
A moment later:
|
@mikemaccana I think you have an older yarn installed somewhere and that is included in your path earlier than apt packages. |
Found it. CircleCI I wonder if it's worth talking to CircleCI and getting then to unfu... ahem, fix their images. |
CC @FelicianoTech who might be able to help. |
@mikemaccana thanks a lot for the digging! Shall we close this since we can't do much about it? |
I think it should be fine to close. If anyone wants to pick up where this left off, I opened an Issue in our |
@FelicianoTech thanks a lot! |
Thanks @FelicianoTech and @BYK ! Yes please close and your help and patience has been much appreciated! |
Oh, good point, I guess CircleCI installs Yarn either through the tarball or through the standalone .js file. @mikemaccana - As an aside, the best way of using Docker is to install all your dependencies into your own Docker image via a |
From https://yarnpkg.com/en/docs/install#linux-tab
Running this on Debian 8:
Results in yarn 0.27.5 being installed:
The text was updated successfully, but these errors were encountered: