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

Not compatible with typescript 3 #108

Open
aeisenberg opened this issue Sep 11, 2018 · 0 comments · May be fixed by #112
Open

Not compatible with typescript 3 #108

aeisenberg opened this issue Sep 11, 2018 · 0 comments · May be fixed by #112

Comments

@aeisenberg
Copy link

It is not possible to compile a program using skype-http and typescript 3. The reason is that you are using an old version of kryo that includes *.ts files in the package. And these *.ts files are now no longer compilable with standard tsconfig compiler options. I am attaching a package.json and index.js that illustrates the problem.

To reproduce:

  1. download both files into a new directory
  2. npm i
  3. ./node_modules/.bin/tsc

You will get a bunch of compile errors like the ones in compilation-results.txt in the sample project.

To fix this, I believe you will have to upgrade to the latest kryo version, but looks like there are API changes to handle as well.

Sample project.zip

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

Successfully merging a pull request may close this issue.

1 participant