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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tar-fs](https://togithub.com/mafintosh/tar-fs) | [`1.16.0` -> `1.16.2`](https://renovatebot.com/diffs/npm/tar-fs/1.16.0/1.16.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tar-fs/1.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Bug description Running `yarn pack` on Windows creates a tarball that doesn't include execute permissions on directories. **Command** ```sh yarn pack ``` **What is the current behavior?** All directories...

**What is the current behavior?** When you do a yarn install in a workspaces enabled project, yarn doesn't run the various lifecycle scripts for workspace packages, e.g. `prepare` `prepublish` `preinstall`...

cat-bug
help wanted
high-priority
good first issue
triaged

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** ``` $ yarn add @rails/webpacker yarn add v1.5.1 info No lockfile found. [1/4]...

triaged

**Do you want to request a *feature* or report a *bug*?** _bug_ **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce.**...

cat-bug

### Bug description We check all of the `tgz` of our packages into source control, and run our CI in offline mode for generally reproduce-able builds. Occasionally, when we're dealing...