CLI not compatible #68
-
After cloning the current version of the template and following the install steps... when we try and run the local instance of the plugin (twilio flex:plugins:start), we're getting the error "The plugin plugin-flex-ts-template version (v5) is not compatible with this CLI command." Any one have insights as to what might be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
which plugin are you using, flex v1 or flex v2? flex v2's package.json recently updated devDependencies there might be some incompatibility with whats installed globally to whats installed locally what versions of the cli are you seeing when you execute |
Beta Was this translation helpful? Give feedback.
which plugin are you using, flex v1 or flex v2?
flex v2's package.json recently updated
devDependencies
"twilio-cli": "3.4.2", -> "twilio-cli":"4.2.0"
there might be some incompatibility with whats installed globally to whats installed locally
what versions of the cli are you seeing when you execute
twilio version