-
Notifications
You must be signed in to change notification settings - Fork 15
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.2.0 fails to build #19
Comments
I can reproduce this problem, this is affecting a project I am working on right now. |
I can confirm this problem, too. I'm actively affected by this issue. |
Hi All, we have tried to reproduce this issue but we are not able to. Could you please tell us the following :
Thanks in advance! |
This is the package.json:
https://gist.github.com/mwalden2004/e4995509b0f78661188821f9a0a1c7d6
TsConfig:
https://gist.github.com/mwalden2004/a9b6d610b00b3eb17aea639564c9be35
We are both using NuxtJS from what I can tell, not sure if that has
anything to do with it. All I did was try to build to our staging
environment and received the ts error.
…On Thu, Sep 30, 2021 at 7:24 AM cb-yateshmathuria ***@***.***> wrote:
Hi All, we have tried to reproduce this issue but we are not able to.
Could you please tell us the following :
1. How did you upgrade from 2.1.0 to 2.2.0?
2. Could you please provide us your package.json and tsconfig.json
files?
Thanks in advance!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5YALQRZIRNWSGVGCLFUZ3UERJGFANCNFSM5EG36KWQ>
.
|
@mwalden2004 Thank you for the information. We can't find chargebee-typescript in your package.json file. please confirm if and how you are using chargebee-typescript package in your project? @n3m6 - Can you confirm if you are still facing the issue. If yes then could you provide your package.json and tsconfig.json files? |
Same for my team : using
"chargebee-typescript": "^2.4.1",
Fix :
... |
The typescript version fails to build. It seems the q library was not imported in the request_wrapper.ts file.
Version 2.1.0 works fine though.
The text was updated successfully, but these errors were encountered: