am getting this error when am using the camelcase npm package.
>file:///Users/.../using-package-camelcase/node_modules/camelcase/index.js:54
.replaceAll(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier));
^
>TypeError: input.replaceAll is not a function
reinstall the package.
I have tried to modify the package in node_module>camlecase>index.js and it's working fine. the error is found in this line:
TypeError: input.replaceAll is not a function
so i have change the: