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

I can't fetch @mui icons-material package. I've fixed this problem in the past using ```network-timeout 500000``` but it doesn't work. I can download it with the browser and also with...

### Bug description The current behavior of `yarn config set cache-folder [dir]` does not act as expected - when you declare the `dir` arg, is is not treated as a...

**Do you want to request a *feature* or report a *bug*?** feature request **What is the current behavior?** `yarn workspaces run lint` aborts as soon as the lint command in...

triaged

**Do you want to request a *feature* or report a *bug*?** *Bug* **What is the current behavior?** In package.json: `"backbone": "git+https://github.com/jashkenas/backbone#6a82b0c897c97bbfb8c5f9cb6b5516feb8d3c778",` running yarn: ``` yarn install v1.0.1 [1/4] Resolving packages......

- **OS**: Windows 10 - **yarn**: v1.21.1 - **git**: v2.24.1.windows.2 - **node**: v12.13.1 **Replication Steps** 1. Open new Git Bash window 2. cd into repo with a pre-existing package.json 3....

**Summary** This PR is a small addition to make better compatible about the migrating from NPM to yarn. While run scripts, NPM expose all configuration parameters into `process.env.npm_config_*` for convenient...

[email protected] As an example, package.json: ```json { "name": "node-test", "version": "1.0.0", "dependencies": { "color": "4.2.3" }, "devDependencies": { "prettier": "2.6.2" } } ``` Execute `yarn install --production=false` on the command...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Yarn Workspaces do not create node_modules/.bin symlinks for nested dependencies that have a...

cat-bug
triaged

C:\Users\38427>yarn -v 1.22.15 C:\Users\38427>yarn config list yarn config v1.22.15 [8180:000002315B904480] 604234 ms: Mark-sweep 10082.6 (10273.8) -> 10079.2 (10284.0) MB, 10573.7 / 0.0 ms (average mu = 0.322, current mu =...

**Do you want to request a _feature_ or report a _bug_?** Bug. **What is the current behavior?** ``` foo@bar:~/code/lpserver/frontend/addons/lp-base$ yarn link yarn link v0.16.1 success Registered "lp-base". info You can...

triaged