Skip to content
#

yarn

Here are 2,514 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

ChristofferSkog21st
ChristofferSkog21st commented Mar 9, 2019

The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?

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)

react-workspaces-playground
EmersonBraun
EmersonBraun commented Jan 4, 2020

In the Quick usage guide Option 2, speak to use this command:

curl -L https://github.com/ambientum/cli/releases/download/v0.1.1/amb-`uname -s` -o /usr/local/bin/amb

but is the v before the release number gives an invalid url, the correct url is:

curl -L https://github.com/ambientum/cli/releases/download/0.1.1/amb-`uname -s` -o /usr/local/bin/amb

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.