Open n3m6 opened 3 years ago
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 :
- How did you upgrade from 2.1.0 to 2.2.0?
- 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 https://github.com/chargebee/chargebee-typescript/issues/19#issuecomment-931272987, 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 2.4.1
package.json
"chargebee-typescript": "^2.4.1",
yarn.lock
chargebee-typescript@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/chargebee-typescript/-/chargebee-typescript-2.4.1.tgz#e6800c9159f51cd91c43e6c5368a206049abec87"
integrity sha512-0GdFerq1gIV9vvaAx00ErVMc1wkJBUaIrZw5Sy7ZfkgQZoUQ5Aml9cp8qy4suBTtI1tHLIQcChslS6Mj+grm2A==
dependencies:
q ">=1.0.1"
q
$ cat node_modules/q/package.json | grep version
"version": "1.5.1",
yarn add -D @types/q
...
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.