yarn icon indicating copy to clipboard operation
yarn copied to clipboard

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry

Results 256 yarn issues
Sort by recently updated
recently updated
newest added

**This is bug report and a follow-up to issue #2280.** ### Problem: When installing from a git branch with a correct `yarn.lock` file present, yarn installs an old version of...

cat-bug
help wanted
high-priority
triaged

I'm using yarn + lerna in a mono-repo, and today, after rebuilding my lockfile, I started seeing this warning from yarn: ``` [3/4] Linking dependencies... warning Workspaces can only be...

needs-repro-script

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** node_modules folders are indexed by Spotlight on macOS **What is the expected behavior?**...

cat-feature

I am trying to user yarn v1 but regardless of how I install it (npm, apt, deb) yarn -v shows me `3.2.1` in response of `yarn -v`. `yarn set version...

### Bug description This is an interesting error. Some context first. I am using Anka, a virtualization technology from [Veertu](https://veertu.com/) to execute tasks in Continuous Integration (CI). During this process,...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** The first initial `yarn install` runs successfully but the yarn integrity file is...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Each "yarn run" will create a directory under "/tmp" directory which looks like...

triaged

**Do you want to request a *feature* or report a *bug*?** Feature. **What is the current behavior?** `yarn upgrade` ignores indirect dependencies, so users can't upgrade them in yarn.lock. If...

cat-feature

**Summary** Add `--package-date-limit` option to only-install package version that have release date before the specified one. In example, when installing with `yarn --package-date-limit "2019-08-15T00:00:00.000Z"` , only package versions that have...

**Summary** Add `--package-date-limit` option to only-install package version that have release date before the specified one. In example, when installing with `yarn --package-date-limit "2019-08-15T00:00:00.000Z"` , only package versions that have...