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 add ` in a package of a workspaces structure fails, with ENOENT,...

triaged

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug I get this error message when name field is absent. I expected a message...

bug

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Using the ```--scripts-prepend-node-path``` switch seems not to do anything. ``` $ /myNodePath/bin/node myYarnPath/bin/yarn.js...

cat-bug
help wanted
good first issue

I was trying to use your [`yarn import` ](https://classic.yarnpkg.com/en/docs/cli/import)command to generate `yarn.lock` file in npm package, the package lock does exist. `package-lock.json` ``` $ yarn import yarn import v1.22.19 info...

https://github.com/yarnpkg/yarn/blob/158d96dce95313d9a00218302631cd263877d164/src/util/child.js#L126 Now we found child process interupted without throw error Or add verbose log to see the exact signal and code

**Do you want to request a *feature* or report a *bug*?** Bug report. I have this project called [Beemo](https://github.com/milesj/beemo), which is a monorepo with workspaces/packages like `@beemo/cli`, `@beemo/core`, and `@beemo/driver-*`....

cat-bug
help wanted
triaged

**What is the current behavior?** `yarn global` stores packages in `~/.config/yarn/global` by default on Linux. **What is the expected behavior?** `~/.config` is for *configuration* files, data files should be stored...

cat-feature

Windows 10 Pro Release Version 22H2 OS Assembly 19045.3636 Interaction Windows Feature Experience Pack 1000.19053.1000.0 NVM for Windows: 1.1.11 Node: 21.1.0 Yarn: 1.22.19 Have installed yarn globally `npm i -g...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** misuses cache to install the git dependency at the wrong commit, seems to...

help wanted
triaged

I'm encountering an issue while using Docker build in my GitHub Actions workflow. The error message I'm receiving , #13 202.8 warning jest > @jest/core > jest-config > jest-environment-jsdom >...