-
Notifications
You must be signed in to change notification settings - Fork 12
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
Version 2.5.2 : Cannot find module 'Client' or its corresponding type declarations #794
Comments
Here are the errors I received:
|
Hi, thank you for reporting your issue. I had a look and it looks like we weren't fully consistent with using the relative paths. I've made a PR here: #795 Meanwhile, just checking, are you using the latest version? |
Hi, yes I was using the latest version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to build my project which uses the Duffel API, but getting the error:
Cannot find module 'Client' or its corresponding type declarations
multiple times in my compilation.
I went through some of the older Issues and found #372 on version 1.7, and after looking around I have a slight suspicion that relative paths have stopped being used since.
Could this be looked into please?
EDIT: Referenced the wrong issue
The text was updated successfully, but these errors were encountered: