-
|
How do I run examples in NodeJS? If I try to use tsc I am getting compile errors. |
Beta Was this translation helpful? Give feedback.
Answered by
da66en
Nov 16, 2025
Replies: 3 comments 2 replies
-
|
Could you show me the errors? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Looks like the errors are only in the examples - maybe they're out of date? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
At some point the library changed to use promises instead of callbacks, and the examples were never updated. Will send PR with these fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
da66en
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At some point the library changed to use promises instead of callbacks, and the examples were never updated. Will send PR with these fixed.