Open nicduke38degrees opened 1 year ago
@nicduke38degrees I had the same issue and it's due to the twilio-cli dependency in the package.json being outdated. I solved the issue by forking the project, updating the dependency to its latest version and linking the plugin locally to the Twilio CLI.
I have the same error can someone explain better how to solve it? Thanks!!
@Ramonrocha1989 the following dependency in package.json is outdated: "@twilio/cli-core": "^4.3.3"
You would need to fork the project, update the dependency yourself and link the plugin locally to be used by Twilio CLI.
@Ramonrocha1989 the following dependency in package.json is outdated:
"@twilio/cli-core": "^4.3.3"
You would need to fork the project, update the dependency yourself and link the plugin locally to be used by Twilio CLI.
Thanks for making the fork. I've cloned it and used twilio plugins:link
, works like a charm