You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a declaration file for module 'node-record-lpcm16'. '/home/rithik/Desktop/speechtotext/node_modules/node-record-lpcm16/index.js' implicitly has an 'any' type.
Try npm install @types/node-record-lpcm16 if it exists or add a new declaration (.d.ts) file containing declare module 'node-record-lpcm16';ts(7016)
The text was updated successfully, but these errors were encountered:
Could not find a declaration file for module 'node-record-lpcm16'. '/home/rithik/Desktop/speechtotext/node_modules/node-record-lpcm16/index.js' implicitly has an 'any' type.
Try npm install @types/node-record-lpcm16 if it exists or add a new declaration (.d.ts) file containing declare module 'node-record-lpcm16';ts(7016)
@rithiksachdev I am encountering the same issue. Were you able to resolve it?
Yes, @mccarthydanielle. I actually don't remember the complete context of what I was trying to do and how I came across this error. can you explain what you are trying to do and what command led to this error? please mention your system specifications so that I can help you. (OS, OS version, Node version, npm version )
Could not find a declaration file for module 'node-record-lpcm16'. '/home/rithik/Desktop/speechtotext/node_modules/node-record-lpcm16/index.js' implicitly has an 'any' type.
Try
npm install @types/node-record-lpcm16
if it exists or add a new declaration (.d.ts) file containingdeclare module 'node-record-lpcm16';
ts(7016)The text was updated successfully, but these errors were encountered: