The Wayback Machine - https://web.archive.org/web/20211225125124/https://github.com/topics/package-manager
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,333 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
brew
neersighted
neersighted commented Nov 16, 2021

We're doing a bunch of code quality cleanup, and as part of that effort I'd like to implement some additional lints/coding conventions. There will be a lot of manual changes here, so I think these will be some items to have multiple people tackle.

In no particular order:

  • Add ban-relative-imports = true to .flake8 and remove relative imports from the repo.
  • ~Add `flake8-type-checki
a-kryuk
a-kryuk commented Oct 6, 2021

When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`

cli
athens
voxik
voxik commented Dec 14, 2021

This behavior is inconsistent:

$ gem install mini_mime:1.0.0
Fetching mini_mime-1.0.0.gem
Successfully installed mini_mime-1.0.0
Parsing documentation for mini_mime-1.0.0
Installing ri documentation for mini_mime-1.0.0
Done installing documentation for mini_mime after 0 seconds
1 gem installed

$ gem fetch mini_mime:1.0.0
ERROR:  Could not find a valid gem 'mini_mime:1.0.0' (>= 0)
shahzebsiddiqui
shahzebsiddiqui commented Jun 22, 2020

Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.

osch
osch commented Feb 3, 2020

Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?

At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.

However it seems that Luarocks is aware of the collision and installs the new module under another name and

Wikipedia
Wikipedia