Issues | Pull Requests | v4.391.0...v4.392.0
🎉 New Packages
#39204 yarnpkg/berry: Active development trunk for Yarn
⚠️ This package is for yarn berry
yarn has two lines.
- v1 https://github.com/yarnpkg/yarn
- v2 ~ (berry) https://github.com/yarnpkg/berry
This package is for yarn berry.
If you want to install yarn v1, please use the package yarnpkg/yarn
⚠️ yarn global
If you want to install packages globally by yarn, you need to add $(yarn global bin) to $PATH.
aqua can't change $PATH dynamically, so $(yarn global bin) must be static.
If $(yarn global bin) depends on the yarn version, you need to fix it.
e.g.
yarn config set prefix ~/.yarn
export PATH=$HOME/.yarn/bin:$PATHRename
#39290 Rename the package rustwasm/wasm-pack drager/wasm-pack