yarn
Here are 3,304 public repositories matching this topic...
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
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
A better `npm publish`
-
Updated
Jun 16, 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
The documentation for YN0019 states that
Running yarn cache clean will cause Yarn to try to figure out which packages from the cache aren't referenced by the current lockfile.
Which isn't correct. Running yarn cache clean simply del
Awesome npm resources and tips
-
Updated
Jun 15, 2021
-
Updated
Jun 4, 2021 - TypeScript
Monorepo hosting the proton web clients
-
Updated
Aug 11, 2021 - TypeScript
Work with yarn/npm packages locally like a boss.
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
AI on Hadoop
-
Updated
Jul 22, 2021 - Java
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
-
Updated
Aug 16, 2021 - PHP
Create Ethereum-powered apps with one command
-
Updated
Aug 16, 2021 - JavaScript
The React Native Generator to bootstrap your apps
-
Updated
Aug 10, 2021 - JavaScript
Deduplication tool for yarn.lock files
-
Updated
Aug 11, 2021 - JavaScript
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
-
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?
Improve this page
Add a description, image, and links to the yarn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yarn topic, visit your repo's landing page and select "manage topics."


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"