-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build TypeScript on Version 4.56.0 #315
Comments
I'm having a similar issue, the typescript wont compile 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 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 this same issue with |
Same issue: node_modules/plivo/dist/resources/tollfree_verification.d.ts:153:38 - error TS2307: Cannot find module '../../lib/resources/tollfree_verification' or its corresponding type declarations. 153 import { TollfreeVerification } from "../../lib/resources/tollfree_verification"; Found 1 error in node_modules/plivo/dist/resources/tollfree_verification.d.ts:153 |
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: