twilio-labs / serverless-toolkit

CLI tool to develop, debug and deploy Twilio Functions

Home Page:https://www.twilio.com/docs/labs/serverless-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twilio serverless:start commands run without displaying Output

gkuppuswamy opened this issue · comments

I could run the Serverless project locally , but output of the result is not showing up, its blank.

Thank you so much for opening your first issue in this project! We'll try to get back to it as quickly as possible. While you are waiting...here's a random picture of a corgi (powered by dog.ceo)

picture of dog

Hi @gkuppuswamy this seems to be a regression in the latest version. Apologies for that. We should get a fix in as soon as possible. In the meantime here are a few ways you can unblock yourself:
Option 1) npm start inside your project should continue to work
Option 2) npx twilio-run start should work as well
Option 3) Install the previous version that was working:

twilio plugins:remove @twilio-labs/plugin-serverless && twilio plugins:install @twilio-labs/plugin-serverless@3.0.4 

This fix has now been rolled out in the latest version of the Serverless Toolkit. For plugin-serverless this is 3.1.2. Thanks for flagging this!