-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Run twilio serverless:init project-name --typescript
- Go into project and set ACCOUNT_SID and AUTH_TOKEN env
- Run npm run deploy
- I get the following error:
✖ Failed Deployment
│ ERROR Failed API Request 20001
│
│ Some dependencies could not be validated. No matching version found for @twilio/[email protected]. You can find the valid versions at
│ https://www.twilio.com/docs/serverless/functions-assets/handler
│
│ More info: https://www.twilio.com/docs/errors/20001
Expected behavior
I expected the base template to deploy perfectly fine. Not sure why it doesn't. Also I am confused as to why the function still deploys despite it saying "failed deployment". Then when I try to deploy it again, it says a deployment already exists
Desktop (please complete the following information):
- OS: MacOS
- Browser: Chrome
- Version: Node Version 18 (and same issue with v22
- Twilio CLI version: twilio-cli/5.22.9 darwin-arm64 node-v18.20.5
- The package and version you are having an issue with: @twilio/[email protected]
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
