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,423 public repositories matching this topic...
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
Describe the bug
I've built the verdaccio/verdaccio:local local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker -
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\ -
docker-compose up
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
Sep 18, 2021 - JavaScript
I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se
Self-service
- I'd be willing to implement a fix
Describe the bug
I'm using the ESLint extension in VSCode. Unfortunately it doesn't work with Plug'n'Play - according to the docs it should work if I understand correctly?
I've been looking at issues both here and in the ESLint extension repro but I haven't found anyone with this exact error it seems. I'm not sure if the issue belo
-
Updated
Jun 15, 2021
-
Updated
Nov 4, 2021 - TypeScript
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Jul 15, 2020 - 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
Sep 26, 2021 - JavaScript
-
Updated
Oct 13, 2021 - PHP
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Apr 8, 2021 - TypeScript
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
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"