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

yarn

Here are 2,532 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
tsdx
keyboard-clacker
keyboard-clacker commented Apr 20, 2020

Is there any documentation on how to use less-loader with webpacker? I just spent the last four hours trying to figure out why my application was throwing a this[MODULE_NAME] is not a function because of a dependency upgrade, and found out that it was because in my loader I was using MiniCssExtractPlugin.loader, but webpacker was using its own internal version of MiniCssExtractPlugin. I wo

berry
bradleyayers
bradleyayers commented Apr 26, 2020
  • I'd be willing to implement a fix

Describe the bug

I'm working in a mono repo with yarn workspaces, and have noticed that yarn constraints does not always report all the errors that exist. I've tracked this down to be due to the default tau-prolog resolution step limit being used (1000), which wasn't enough in my case. (see http://tau-prolog.org/manual/a-simple-tutorial#sessions)

Improve this page

Add a description, image, and links to the yarn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yarn topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.