The Wayback Machine - https://web.archive.org/web/20220618001334/https://github.com/topics/yarn
Skip to content
#

Yarn

yarn logo

Yarn is a package manager for the code. It allows you to use and share code with other developers from around the world. With Yarn, engineers still have access to the npm registry, but can install packages more quickly and manage dependencies consistently across machines or in secure offline environments.

Here are 3,732 public repositories matching this topic...

sabrinaluo
sabrinaluo commented Jun 5, 2019

Do you want to request a feature or report a bug?
feature request

What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd
verdaccio
tsdx
marciel-truesoft
marciel-truesoft commented Nov 19, 2020

Current Behavior

UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config

Suggested Solution

Consider support AMD module format, o

kind: feature good first issue problem: stale PR welcome
berry
pauldraper
pauldraper commented Jan 17, 2022

Self-service

  • I'd be willing to implement a fix

Describe the bug

yarn info --virtuals doesn't show the dependencies of virtual packages.

To reproduce

package.json

{
  "dependencies": {
    "webpack": "5.66.0"
  }
}

Run

yarn install
yarn info --virtuals webpack

The output shows

├─ webpack@npm:5.66.0
│  ├─ Instan
bug good first issue upholded
dathorntonsbg
dathorntonsbg commented Oct 9, 2020

Describe the Feature

I would love to see the ability to pass in an xcconfig file to run-ios so that configs can be used to customize the build process with xcodebuild. This is a very important feature for whitelabeled applications that use xcconfig, scheme and configuration for different versions of an app. I was able to make a 2 line change to pass in the xcconfig locally and it worked with

lmmarsano
lmmarsano commented Nov 18, 2021

Getting a 403 error

$ nodenv global 17.1.0
$ npm ls -g --depth 0
/home/LOM0227/stow/nodenv/.nodenv/versions/17.1.0/lib
├── [email protected]
└── [email protected]

$ corepack enable
$ pnpm
Internal Error: Server answered with HTTP 403
    at ClientRequest.<anonymous> (/home/LOM0227/stow/nodenv/.nodenv/versions/17.1.0/lib/node_modules/corepack/dist/corepack.js:3933:31)
    at Object.onceW
good first issue

Created by Google, Facebook, Exponent, Tilde

Released October 11, 2016

Organization
yarnpkg
Website
yarnpkg.com

Related Topics

javascript node npm package-manager yarn-workspaces