jaydenseric / graphql-upload

Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.42k stars 131 forks source link

Impossible to download package #347

Closed JulSeb42 closed 1 year ago

JulSeb42 commented 1 year ago

I'm trying to install the npm package with yarn add graphql-upload, but it gets stuck on this error:

info There appears to be trouble with your network connection. Retrying...

If I try to download other packages it works well. Is this normal?

jaydenseric commented 1 year ago

The tarball published to npm downloads for me just fine. You can get the URL by running npm view graphql-upload:

Screenshot 2022-11-24 at 9 03 19 am

There must be something going on either with your system/network or with Yarn/npm, but not something I can help with.