Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 491 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
npm gets stuck on fetchMetadata -> network

#11
I had a similar issue to @giridhar but it wasn't related to the proxy, just that my ssh key wasn't setup properly.
When trying to do a git ls-remote from an ssh:// url. I was getting the prompt to enter my passphrase for my ssh key.

I had to run these commands on command line in order to stop getting asked for my pass phrase:

$ eval `ssh-agent -s`
$ ssh-add ~/.ssh/id_rsa

Once you enter your pass phrase, then you don't have to enter it again anymore.

I highly recommend reading this wiki from Atlassian if you need to setup an ssh key:

[To see links please register here]


Reply

#12
Did you configured a **proxy**? See if this returns something:

```
npm config get https-proxy
npm config get proxy
```

If you have values configured there, they might not match correct ones. If you shouldn't be using a proxy, you can delete them:

```
npm config delete https-proxy
npm config delete proxy
```

Docs:

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
3 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through