Skip to content
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

RC version error Cannot find module '../interfaces' or its corresponding type declarations #867

Closed
csravya9 opened this issue Jan 4, 2023 · 1 comment
Labels
type: bug bug in the library

Comments

@csravya9
Copy link

csravya9 commented Jan 4, 2023

Issue Summary

Using RC version after commit 522d897(chore: upgrade jsonwebtoken from 8.5.1 to 9.0.0 (#847)). Tried all commits after the one above and see Issue on Mac.

Steps to Reproduce

  1. Add RC version to Package.json
    "twilio": "github:twilio/twilio-node#1508e52e712ad3e837571b26148dad6af92b8081",
  2. Try to install, audit and run to see the errors

Exception/Log

[node_modules/twilio/dist/lib/base/BaseTwilio.d.ts#L3]
Cannot find module '../interfaces' or its corresponding type declarations.
[node_modules/twilio/dist/lib/base/RequestClient.d.ts#L2]
Cannot find module '../interfaces' or its corresponding type declarations.
[node_modules/twilio/dist/lib/http/request.d.ts#L2]
Cannot find module '../interfaces' or its corresponding type declarations.

Technical details:

@childish-sambino childish-sambino added type: bug bug in the library status: work in progress Twilio or the community is in the process of implementing labels Jan 4, 2023
@childish-sambino
Copy link
Contributor

Thanks for reporting this! Fix submitted pending review.

@childish-sambino childish-sambino removed the status: work in progress Twilio or the community is in the process of implementing label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug bug in the library
Projects
None yet
Development

No branches or pull requests

2 participants