-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Cannot find module 'graphql-request' #82
Comments
Hi @josiahbryan, thanks for raising this. I'll look into it and get back to you! |
@josiahbryan, I have setup and installed fresh versions of your Node version and the latest client on my Windows and Mac machines without issue! The current CI tests the package's functionality on ubuntu also. If you are able, a more comprehensive MRE would be helpful to diagnose the problem you're facing. |
Hmm, will attempt to reproduce again and isolate. Thanks for the quick response! WiIll get back to you in next ~3 hours or so |
Looks like I needed to manually install deps |
No, that's quite unexpected since such dependencies should be private and are not peer dependencies! I only ran My guess is that you may have some machine-specific global configuration of
|
I ran into a similar issue. We are using
The SDK of course wouldn't work and complain: |
I use
|
same issue version 2.0.0 |
Not quite the same but in the same area: #106 |
Error on fresh install of
"weaviate-ts-client": "^1.4.0",
- it's unusable:The text was updated successfully, but these errors were encountered: