Reputation: 166
When I am trying to install my deps with NPM it gaves me à 403 status code. I am installing them using docker. Everything was going well till this morning when npm wasn't able to install dependencies anymore. The problem is only on my server. Locally the deps can be installed, no problems. I do not have any proxy on my server.
When I issue this command directly in my server :
wget https://registry.npmjs.org/
I get :
> wget https://registry.npmjs.org/
--2020-05-29 12:09:35-- https://registry.npmjs.org/
Resolving registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:1b23, 2606:4700::6810:1523, 2606:4700::6810:1423, ...
Connecting to registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:1b23|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-05-29 12:09:35 ERROR 403: Forbidden.
I really do not understand what can be wrong in my server? Again, it was working yesterday, nothing changed in the server...
My server is an OVH Kimsufi.
Upvotes: 1
Views: 2100
Reputation: 166
Ok, seems to be an OVH problem : https://twitter.com/ovh_status/status/1266310329631465472
Upvotes: 2