Questions tagged [jfrog]

4 questions
6
votes
0 answers

Avoiding the `npm login` (`npm adduser') email prompt in npm & jFrog artifactory

When I do npm login (alias of npm adduser) I ALWAYS get prompted for my email address. Username: ... Password: ... Email: (this IS public) ... This is obnoxious. I've done npm config -g set email ... and confirmed that it sticks. I've confirmed…
Jason Kleban
  • 901
  • 3
  • 11
  • 24
1
vote
1 answer

jfrog rt dl <> doesn't download the file specified

This is the command which I am trying to use to download a zip file from artifactory. ./jfrog rt dl https://ubit-artifactory-ba.xxxx.com/artifactory/my_repo/example.zip I have the URL, server ID, username and password already set. This is my log…
shim_mang
  • 111
  • 4
0
votes
1 answer

ValueError: invalid literal for int() with base 10 when trying to install pip

I've had this error with pip for a day or two now. Originally, I thought it was a problem with pip itself, because it would error out and fail whenever I tried to install a package. So, I uninstalled pip with the intention of reinstalling it and…
Gabriella
  • 1
  • 2
0
votes
1 answer

Artifactory: Failed to parse mime types, version not found

We are trying to update artifactory from 6.1 to 6.11. A harmless update, some might say, but that's not taking into account murphy's law! We use the recommended procedure from jfrog for updating, which is updating the package: sudo yum update…