awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Improve docs for use-cases where plugin is not found #294

Closed lewisdonovan closed 2 years ago

lewisdonovan commented 2 years ago

Not sure if it's just my setup (Mac, Zsh, Node installed via Homebrew), but after following the installation instructions and running amplify video add I got an error message saying The Amplify CLI can NOT find command: video add.

I had to manually add the plugin to amplify-cli after installing it. It's not in the docs so I thought I'd add here in case anyone else hit the same issue.

smp commented 2 years ago

Thanks for sharing @lewisdonovan - I've added this to the troubleshooting section of the wiki here

I'm going to close this ticket for now. If we get to the bottom of the issue and it turns out to be an issue with the plugin itself, we can revisit a fix.