Upgrade graphql-upload to 9.0 to support Node.JS 13
See original GitHub issueApollo Server upload feature is not working for Node.JS 13 because it uses version ^8.0.2 of graphql-upload
which is not working on Node.JS 13: https://github.com/jaydenseric/graphql-upload/issues/170
A new version (version 9) had been published yesterday that support Node.JS 13. Is it possible to upgrade the dependency?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:29
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Upgrading Node.js to latest version - Stack Overflow
Ubuntu Linux/Mac: The module n makes version-management easy: npm install n -g. For the latest stable version: n stable. For the latest version:...
Read more >Migrating to Apollo Server 4 - Apollo GraphQL Docs
The following sections show how servers using apollo-server or apollo-server-express can update to Apollo Server 4. In the examples below, we use top-level ......
Read more >How to Easily Update Node.js to the Latest Version
There are several easy & quick ways of upgrading Node.js. Learn how to update Node.js on different OS and improve your development ...
Read more >graphql-upload | Yarn - Package Manager
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers....
Read more >Node v19.3.0 (Current)
Explanation: the node engines supported by npm@9 make it safe to allow ... [ 6b15994597 ] - deps: update undici to 5.13.0 (Node.js...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I confirm this issue. https://github.com/apollographql/apollo-server/issues/3508
Duplicate of #3508. Please also see the update / suggestion I posted there in https://github.com/apollographql/apollo-server/issues/3508#issuecomment-662371289