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.

Install nodeJS inside conda environment

I want to use NodeJS and AngularJS for a small project. Can I use conda's virtualenv to install these packages …

node.js virtualenv conda package-managers
Invalid object name 'dbo.__MigrationHistory' using Database.Create; EF6.02 when connection string is passed in

I experience an error when trying to create a database using the following code. Note the problem does not happen …

entity-framework-6 package-managers
Howto publish private projects to Sinopia (npm adduser for private registry fails)

Ok so I finally managed to get a private npm registry using Sinopia. But I cannot publish anything to it. …

node.js npm package-managers
What is the difference between brew, yarn, and npm?

I was using the react-native package which I installed globally with npm. Now it says at the first line after …

npm homebrew bower package-managers yarnpkg
How to install packages from Docker compose?

Hi there I am new to Docker. I have an docker-compose.yml which looks like this: version: "3" services: lmm-website: image: …

docker docker-compose package-managers
How does the "replace" property work with composer?

So how does the "replace" property work with composer? I have read the composer document but still not understand it. …

replace composer-php package-managers
What does " -r " do in pip install -r requirements.txt

I looked up how to install multiple packages from a requirements document using pip. The answers were mostly: pip install …

python-2.7 pip package-managers
Alpine Add Package from Edge repository

If I'm using Alpine 3.8, how can I add a specific package from the Alpine Edge repository? Is this even supported? …

repository alpine package-managers
Add custom package source to Visual Studio Code

Does anybody know how to add custom package source to Visual Studio Code? E.g. I'd like to add https://…

visual-studio-code package-managers myget
Why isn't pip updating my numpy and scipy?

My problem is that pip won't update my Python Packages, even though there are no errors. It is similar to …

python macos numpy pip package-managers