重要通知: 此文档针对的是 Yarn 1 (Classic) 版本。
对于 Yarn 2+ 文档及迁移指南,请访问 yarnpkg.cn。

每日构建版(nightly builds)

Nightly builds are the latest and greatest versions of Yarn, built using the very latest Yarn source code. Nightly builds are useful to try new features or test bug fixes that have not yet been released as part of a stable release. However, these builds are not guaranteed to be stable and may have bugs.

The easiest way of installing a nightly build is via our shell script:

curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --nightly

An Ubuntu/Debian repository of the nightly builds is also available. To enable it, run the following commands:

sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
echo "deb http://nightly.yarnpkg.com/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/yarn-nightly.list
sudo apt update && sudo apt install yarn

On Windows, the Windows installer can be used.

最新版本

Name Type Size Date
Loading... Tarball
Loading... Debian package
Loading... Windows installer
Loading... RPM
Loading... Standalone JS

较老的版本

Select a build type above to see older builds

Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...