Ask HN: Is NPM having connectivity issues?

2 points by __exit__ ↗ HN
Yesterday there was an NPM issue which yielded 404 error messages [0].

However, `npm install` commands are taking too long (i.e. 10+ minutes instead of the usual 2-3 minutes for a given package.json file). The problem doesn't seem to be generalised: my computer located in Spain installs npm dependencies normally (no delay noticed) but on the Codeship pipelines for some of my projects are yielding timeouts due to the `npm install` command taking more than 10 minutes.

There are some issues opened on Github such as [1], but no official response yet.

Have you noticed this kind of problems during the last hours?

[0] https://status.npmjs.org/incidents/xt6t05ffsqfh

[1] https://github.com/npm/npm/issues/21101

1 comment

[ 4.2 ms ] story [ 18.4 ms ] thread
Having the same problems on my end.