-
Notifications
You must be signed in to change notification settings - Fork 224
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
[bug]: NodeJs - Property 'replaceAll' does not exist on type 'string'. #1559
[bug]: NodeJs - Property 'replaceAll' does not exist on type 'string'. #1559
Comments
Could it be that you're deploying to an old node version that doesn't have replaceAll? Earliest would be 15. |
I'm using Node 20 |
I don't understand, why is this closed? |
@shortcuts has created a pull request that removes the usage of replaceAll (in algolia/api-clients-automation#3897). In the next version of the client this issue will be fixed |
Hey, sorry I had an issue with the release, I'm fixing it right now and will schedule a release right |
hey @risalfajar, in 5.8.0 |
I've upgraded to 5.8.0 and it works now. Thanks for the quick fix! |
Description
I want to use Algolia library in my Firebase Cloud Functions project, but when I'm trying to deploy a function, it throws an error:
So I add this to my tsconfig:
But then the error changed:
Client
Search
Version
5.7.0
Relevant log output
The text was updated successfully, but these errors were encountered: