Skip to content
#

Package manager

A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.

Here are 1,458 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
pnpm
boenrobot
boenrobot commented Jan 6, 2020

I have a project that is in a monorepo and uses yarn right now.

I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.

To this end, yarn allows packages

good first issue area: monorepo Yarn compat
cli
Dionysusnu
Dionysusnu commented Dec 30, 2021

Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.

Good First Issue Release 8.x Bug
berry
xenoterracide
xenoterracide commented Jul 29, 2022

Self-service

  • I'd be willing to implement a fix

Describe the bug

yarn workspace @cof/e1-transient-fault-handler add --dev --peer log4js@^6

does not add both a peer and dev dependency, also does not throw any kind of an error to say the options can't be combined

To reproduce

I suspect this is sufficient

yarn add --dev --peer foo

Environment

bug good first issue upholded
athens
arschles
arschles commented Nov 13, 2019

Is your feature request related to a problem? Please describe.

Not related to a problem

Describe the solution you'd like

We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.

_Edit from @arschles - we have focused this issue to just the twitte

good first issue
adamjstewart
adamjstewart commented Aug 1, 2022

Summary

spack find has a --tag flag that lets you filter packages containing a certain tag. We should add the same flag to spack list.

Rationale

A user may want to list all packages belonging to a certain category, not just installed packages.

Description

We just need to add a --tag flag to spack list, should be straightforward to copy this setting from spack find

Wikipedia
Wikipedia