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

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** `yarn install --modules-folder another_modules` fails with ``` $ /usr/local/bin/yarn install --modules-folder another_modules error...

**What is the current behavior?** When I set a dependency of an internal workspace package to any version (an asterisk i.e. `"*"`) yarn tries to find it on the registry...

triaged

For own npm repositories, what if I let yarn install support output error messages? For example, if a package has a serious security issue and the server blocks the installation...

Hello, I can't find anywhere the explanation of what does the color mean in `yarn list`'s output, like: ![image](https://user-images.githubusercontent.com/33541165/54453932-91f2bb00-4715-11e9-81b5-87949f6109ba.png) In the image, it's unclear to me why some packages are...

There have been several updates to lockfile logic: https://github.com/yarnpkg/yarn/commits/a75dbe36ca7f6d881d291a7231676d00d523bb39/src/lockfile But it hasn't been published since `1.1.0` or since 2018: https://www.npmjs.com/package/@yarnpkg/lockfile/v/1.1.0

Just realized all my CI build pipeline with yarn are broken with error similar to this one: ![Screenshot 2022-05-15 170211](https://user-images.githubusercontent.com/201615/168500400-d9156216-3726-4f6a-8191-f041f5123c4a.png) After looking into the issue, it appears that GitHub is...

**Summary** Added `--if-present` option flag in order to allow undefined scripts to run without exiting with a non-zero code. This addresses #6894. **Test plan** Added a couple of tests in ...

**Do you want to request a *feature* or report a *bug*?** bug. **What is the current behavior?** if i run `yarn --ignore-optional somepackage` I will get an error and unable...

cat-feature
needs-discussion

**Do you want to request a *feature* or report a *bug*?** A bug. **What is the current behavior?** Given a package that has optional dependencies (`chokidar`), attempt to add it...

triaged

**Do you want to request a *feature* or report a *bug*?** Hopefully this is a small feature request. I'd like a flag that allows me to only install `devDependencies`. This...

cat-feature
help wanted
triaged
needs-discussion