-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
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
[v15.0.2] No "exports" main defined in /.../node_modules/graphql-upload/package.json #325
Comments
Please try uninstalling |
@jaydenseric I've removed it from |
Does your project TypeScript config have |
It's set to:
my other main packages versions:
in case it's matter |
It should be set to |
@wojtekKrol there are several things wrong at once in that screenshot. Firstly, it looks in the bottom left like your TypeScript version is out of date because it's failing to recognise the import type { FileUpload } from "graphql-upload/processRequest.js"; Another problem you can see in the bottom right is you are attempting to use Node.js to run ESM without using the correct |
Okey so let me clarify In my project I'm using now I've edited
this is my
Currently because of |
Without looking at the other settings, |
Have the same issue |
Im migrating from apollo v2 to v3 and wanted to update
graphql-upload
and occur this errorMy packages are:
I saw this thread but these solutions do not work for me, could someone tell me how to make it work?
The text was updated successfully, but these errors were encountered: