Yarn
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,806 public repositories matching this topic...
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
May 16, 2022 - JavaScript
Your Environment
Not applicable. The issue is related to documentation.
Describe the bug
The Google Cloud documentation is non existent, even worse it displays jibberish.
- Markdown File: https://github.com/verdaccio/verdaccio/blob/master/website/docs/google-cloud.md
- Docs Site Link: https://verdaccio.org/docs/google-cloud/
To Reproduce
- Visit [Docs > Google Cloud](ht
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
-
Updated
Jun 22, 2022 - JavaScript
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 webpackThe output shows
├─ webpack@npm:5.66.0
│ ├─ Instan
-
Updated
Jul 20, 2022 - Ruby
-
Updated
Dec 9, 2021
-
Updated
Jul 24, 2022 - TypeScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jul 28, 2022 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Sep 28, 2021 - JavaScript
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
-
Updated
Jul 22, 2021 - Java
-
Updated
Oct 13, 2021 - PHP
-
Updated
Jul 26, 2022 - TypeScript
-
Updated
May 16, 2022 - JavaScript
Getting a 403 error
$ nodenv global 17.1.0
$ npm ls -g --depth 0
/home/LOM0227/stow/nodenv/.nodenv/versions/17.1.0/lib
├── corepack@0.10.0
└── npm@8.1.2
$ 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-
Updated
Apr 8, 2021 - TypeScript
Created by Google, Facebook, Exponent, Tilde
Released October 11, 2016
- Organization
- yarnpkg
- Website
- yarnpkg.com
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"