Skip to content
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

ClientResponse type is not available in the recent Node versions #7

Open
juhasuni opened this issue Apr 30, 2021 · 2 comments
Open

Comments

@juhasuni
Copy link

ClientResponse type has been removed long ago and I believe the correct type is IncomingMessage.

The current type usage gives Namespace '"http"' has no exported member 'ClientResponse'. error when compiling with Node 12.x.

@tilalahmad
Copy link

@juhasuni

We are investigating the issue and will update you shortly.

@tilalahmad
Copy link

@juhasuni

I am afraid we are unable to reproduce the issue. We pulled the code from GitHub, upgraded the node program from v10.14 to v12.22.1 and then run npm install --save in Vscode terminal. It is working fine on our side.

The SDK code in GitHub is open source and just a demo for how to use Aspose Cloud users can change their own code if there is some issue. Maybe you have upgraded some other library that is not compatible with the SDK code of GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants