expressjs / compression

Node.js compression middleware
MIT License
2.77k stars 241 forks source link

Are you misunderstanding npm's public setting? #143

Closed akkijp closed 6 years ago

akkijp commented 6 years ago

Recently, you can not download compression from npm or yarn. I ran the install command as documented in the compression documentation. However, it could not be installed with a 500 error.

So, I doubt that compression's setting to npm is incorrect.

This problem affects all packages on which this package depends.

Circumstances

  1. webpack-dev-server could not be installed.
  2. I confirmed that compression can not be downloaded.

Finally

I can confirm the problem that I faced from the issue below.

https://github.com/webpack/webpack-dev-server/issues/1423

dougwilson commented 6 years ago

I'm not sure I understand what the issue is. I haven't changed anything in months and a 500 from npm sounds like a npm registry error, not something I can address as a module author.

If you can provide clear steps on specifically what action(s) I need to take I can reopen.