5 comments

  • alfg 11 minutes ago

    Yep, getting a 503 service unavailable when trying to npm audit. And of course their status page is green.

    Crazy how even npm doesn't run their own tools to test uptime.

  • meindnoch 25 minutes ago

    Into your ~/.npmrc:

      audit=false
      fund=false
  • SSchick an hour ago

    There's been an ongoing service disruption according to https://downdetector.com/status/npm/

  • gramakri2 an hour ago

    Yup, npm install takes forever

      alex_suzuki an hour ago

      Same here, minutes instead of seconds. I was wondering if there's something wrong with my CI setup.