Open kjetilge opened 2 years ago
In my case, it turned out that Volta managed amplify. The plugin scan for amplify plugins does not pick that up. instead, I had to run amplify plugin add
and supply the full path to the plugin, ie /Users/xyz/.volta/tools/image/packages/amplify-category-video/lib/node_modules/amplify-category-video
In ~/.amplify/plugins.json
, that added
"userAddedLocations": [
"/Users/xyz/.volta/tools/image/packages/amplify-category-video/lib/node_modules/amplify-category-video"
],
and the relevant entry for the video plugin
Describe the bug Running
amplify video add
results in⚠️ The Amplify CLI can NOT find command: video add
To Reproduce Steps to reproduce the behavior:
npm install -g @aws-amplify/cli
npm i amplify-category-video -g
amplify video add
Expected behavior A video resource should be added to the Amplify project
Desktop
Additional context Installing the plugin looks like this:
Running npm audit yields: