You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I try to use the package with typescript, tsc says that "GeneralObject" and "HtmlNodeObject" unrecognized.
Changing those type to "any" works for me - but there is one problem:
I want to deploy my work on Heroku, and I cannot do so because it downloads the package itself.
I fixed it by changing the package and adding it to my code (not under the node_modules folder)
Just wanted to ask you if you think there is a better solution :)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
When I try to use the package with typescript, tsc says that "GeneralObject" and "HtmlNodeObject" unrecognized.
Changing those type to "any" works for me - but there is one problem:
I want to deploy my work on Heroku, and I cannot do so because it downloads the package itself.
I fixed it by changing the package and adding it to my code (not under the node_modules folder)
Just wanted to ask you if you think there is a better solution :)
Thank you!
The text was updated successfully, but these errors were encountered: