Top "Package-managers" questions

Software that allows administrators (and in some cases also users) to control the installation and upgrade process of packages on their systems.

Bower update return me invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes

I've tried to remove my installed last package that make my bower like that. But still no luck. Looks like …

bower package-managers
How do I search for packages using yarn?

How do I search for packages with yarn? I want to get a list of results that have the search …

package-managers yarnpkg
Package manager in Visual Studio 2015 "407 (Proxy Authentication Required)"

I understand this is an often asked question, however after days of research I've not found an answer to this …

visual-studio visual-studio-2015 nuget package-managers nugetgallery
Is there a command to update Cargo to the latest official release?

I seem to have diverging versions of rustc and cargo (I think), $ rustc -V rustc 1.9.0 (e4e8b6668 2016-05-18) $ …

rust package-managers rust-cargo
How can I use npm for front-end dependencies?

I want to ask if it is possible (and generally a good idea) to use npm to handle front-end dependencies (…

javascript node.js npm package-managers
Can I run a private npm repository without replicating the public repository?

I'm writing a number of pieces of code (for internal use) using node.js and want to store the modules (…

node.js package npm package-managers
How make bower build the package?

Is there a way to make bower run a package grunt after it was cloned from GitHub? I'm trying to …

twitter-bootstrap gruntjs package-managers bower
Package Manager: Bower vs jspm

How is Bower different than jspm? Can Bower provide jspm functionality about SystemJS universal module loader?

bower package-managers jspm
Private composer packages - no valid composer.json was found

I'm trying to load a library I have hosted on BitBucket using composer as explained both in the official documentation …

php composer-php package-managers
Is there any package management system for MinGW+MSYS?

I am trying to compile some open source libraries in MinGW+MSYS. During the configure phase, I kept seeing some 3…

gcc mingw apt-get package-managers msys