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

yarn

Here are 3,186 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
verdaccio
ksed
ksed commented May 6, 2021

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

  1. cd verdaccio && pnpm docker

  2. cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\ OR
    cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\

  3. docker-compose up

tsdx
fiedl
fiedl commented May 8, 2017

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

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