Error sending request too quick to npm
I'm trying to make create a mirror for about 2000 packages in npm.
For each package, it fetches
But there is a few errors while fetching.
For each package, it fetches
https://registry.npmjs.org/<package> and the downloads (https://api.npmjs.org/downloads/point/last-month/<package>) with Promise.all()But there is a few errors while fetching.
