-
Notifications
You must be signed in to change notification settings - Fork 87
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
Compatibility with node v18 and v20 #88
Comments
For anyone else having this problem I was able to fix this by building the library manually on my laptop.
|
Hi @toniremi |
Hello there, This is a temporary solution only. Something you will need to do manually on your server, workspace or local environment to make the library work. If you change Node version then you will have to do this process again to build the binary with the new version. If you do remove the node_modules folder then you will have to do this process again as well. But other than that if you deploy to a backend and upload the node_modules or do this steps on your server it should be working fine. But by no means is this a permanent solution, only solution is for the repository to be updated and have this fixed or for the links with the resources on AWS to be updated/restored with the correct binaries. |
I understand the owner of this repo is likely busy, but it would be great if the library stays compatible with latest node versions? Otherwise some instructions on how to do it manually in the readme can help. Thanks!
The text was updated successfully, but these errors were encountered: