Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NPM weekly downloads is zero [closed]

npm enter image description here Why the weekly downloads are zero for all the packages in npm?new here Why this is in hold the question seems clear ?

If you can please open this issue,I don't know how to do it thanks here-npm

I've found a link to check status when it will be repaired get status

like image 220
Sanjay Avatar asked Jun 06 '18 04:06

Sanjay


1 Answers

I observed the stats issue as well and checked two days ago. Read NPM monthly and weekly downloads Issue on Github.

I checked by query https://api.npmjs.org/downloads/range/2018-05-20:2018-06-06/uuid

It seems like the stats are broken since May 29th, 2018

 {
      "downloads": 467935,
      "day": "2018-05-27"
    },
    {
      "downloads": 284932,
      "day": "2018-05-28"
    },
    {
      "downloads": 52,
      "day": "2018-05-29"
    },
    {
      "downloads": 0,
      "day": "2018-05-30"
    },
    {
      "downloads": 0,
      "day": "2018-05-31"
    }
like image 100
Haifeng Zhang Avatar answered Sep 18 '22 12:09

Haifeng Zhang