question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade graphql-upload to 9.0 to support Node.JS 13

See original GitHub issue

Apollo 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:closed
  • Created 4 years ago
  • Reactions:29
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
remiroyccommented, Dec 8, 2019
1reaction
abernixcommented, Jul 22, 2020

Duplicate of #3508. Please also see the update / suggestion I posted there in https://github.com/apollographql/apollo-server/issues/3508#issuecomment-662371289

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found