I tried to install it in my react-native project but it is throwing error
\node_modules\google-tts-api\dist\getAudioUrl.js: url could not be found within the project or in these directories: node_modules
var assertInputTypes_1 = __importDefault(require("./assertInputTypes")); var splitLongText_1 = __importDefault(require("./splitLongText")); var url_1 = __importDefault(require("url"));
I tried to install it in my react-native project but it is throwing error
\node_modules\google-tts-api\dist\getAudioUrl.js: url could not be found within the project or in these directories: node_modules
var assertInputTypes_1 = __importDefault(require("./assertInputTypes")); var splitLongText_1 = __importDefault(require("./splitLongText")); var url_1 = __importDefault(require("url"));
can you help me why i am getting this error