-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Doesn't include "extract-files" module when install. #120
Comments
I think when I looked into lib/index.js it tries to import extractFiles from module "extract-files"
but the "extract-files" doesn't seem to be anywhere. |
Extract files is definitely a dependency, so if it's not in your apollo-upload-client/package.json Line 38 in f61c49e
|
Found the problem, thanks ! @jaydenseric |
I had a problem, when I installed apollo-upload-client on my project.
It doesn't include "extract-files" module. so it then got me error like
as it is undefined, so I had to hardcoded it.
I use :
I'm not sure if this problem also happened to anybody else.
just want to inform this.
thanks before 🙂
The text was updated successfully, but these errors were encountered: