react-speech-kit icon indicating copy to clipboard operation
react-speech-kit copied to clipboard

Can't not npm i @type/react-speech-kit

Open GalaxyTea1 opened this issue 2 years ago • 3 comments

I using typescript, npm ver: 6.14.13, react 17.0.2 I failed with err:

Could not find a declaration file for module 'react-speech-kit'. 'C:/Users/Admin/google-meet-clone/frontend/node_modules/react-speech-kit/dist/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-speech-kit if it exists or add a new declaration (.d.ts) file containing declare module 'react-speech-kit';

I try npm i @type/react-speech-kit but it not working. Please help me!

GalaxyTea1 avatar Apr 22 '22 07:04 GalaxyTea1

Same issue here also. Please help.

sankarkumar23 avatar May 22 '22 03:05 sankarkumar23

hmm i think lib not support typescript 😄

GalaxyTea1 avatar Jun 01 '22 01:06 GalaxyTea1

If you want TypeScript support for text-to-speech in React 18 you can try tts-react.

morganney avatar Sep 07 '22 14:09 morganney