-
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
stable (1.22.19) and latest (1.22.22) are different #9060
Comments
Following the install instructions for Debian / Ubuntu on https://classic.yarnpkg.com/en/docs/install#debian-stable consequently leads to the installation of Yarn v1 curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install --no-install-recommends yarn
yarn --version Logs
|
Site has been updated. @MikeMcC399 I'm hitting an error when trying to update the Debian repo:
which is weird because I can use the key for other things. I'll push to the repo once I figure this out. |
@MikeMcC399 Debian repo has been updated: https://github.com/yarnpkg/releases/blame/gh-pages/debian/dists/stable/main/binary-all/Packages#L7. RPM repo is up-to-date now too.
|
Thank you very much! I can confirm it is working for me too. 👍🏻 |
Issue
The stable version
1.22.19
and the latest version1.22.22
of Yarn V1 Classic are different.1.22.19
to be the stable versionClassic Stable: v1.22.19
whereas the published package shows
latest: '1.22.22'
Question
Will the stable version of Yarn v1 ever be elevated to
1.22.22
or is it expected to stay at1.22.19
?Related issues
The text was updated successfully, but these errors were encountered: