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
I'm having a similar issue, the typescript wont compile
(specifically \node_modules\plivo\dist\resources\tollfree_verification.d.ts)
this is because the path to the file doesn't exist and as far as I can tell the file itself doesn't exist as I've searched through my directory as best as I could and couldn't find the tollfree_verification file that is supposed to be imported in line 153
Reverting to a previous version did not fix this error for me
Update : I had to change my tsconfig to include src**/.ts then back to **/.ts no clue why but if I dont compile with both commands it'll throw an error saying it cant find a directory because of plivo. I tried manually including each file and that didn't work.
I am having an issue running
tsc
on a project with the latest version of the Plivo SDK. This is the error message:plivo-node Version:
4.56.0
NodeJS Version:
v18.13.0
TypeScript Version:
5.1.6
So far reverting to version
4.32.0
has worked.The text was updated successfully, but these errors were encountered: