We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 증상 ]
[ 원인 ]
[ 해결책 ] 파일업로드를 사용하는 어플리케이션의 package.json에 resolutions로 [email protected] 또는 10.0.0 등으로 설정해야 함
"resolutions": { "**/graphql-upload": "^9.0.0" }
The text was updated successfully, but these errors were encountered:
https://github.com/apollographql/apollo-server/issues/3508
Sorry, something went wrong.
MichalLytek/type-graphql#37 (comment)
다른 해결 사례를 보면 apollo-server에서 upload 속성을 해제하고 graphql-upload를 따로 임포트해서 사용하는데, 그냥 apollo-server를 fork해서 사용하는 게 간단할 듯
이슈가 해결될 때까지 노드 버전을 12 LTS로 다운그레이드하여 사용하는 걸 권장
No branches or pull requests
[ 증상 ]
[ 원인 ]
[ 해결책 ]
파일업로드를 사용하는 어플리케이션의 package.json에
resolutions로 [email protected] 또는 10.0.0 등으로 설정해야 함
The text was updated successfully, but these errors were encountered: