Skip to content

Node 13 support for graphql-upload #48

Description

@heartyoh

[ 증상 ]

  • Node 13 이상
  • graphql-upload (파일업로드 기능) 오류
  • 아래 오류 발생

스크린샷 2020-03-20 오후 6 00 25

[ 원인 ]

스크린샷 2020-03-20 오후 9 07 21

[ 해결책 ]
파일업로드를 사용하는 어플리케이션의 package.json에
resolutions로 graphql-upload@9.0.0 또는 10.0.0 등으로 설정해야 함

  "resolutions": {
    "**/graphql-upload": "^9.0.0"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions