I've installed serverless-client-s3 as per the readme with npm i --save serverless-client-s3 and listed it under my plugins in serverless.yml. I run sls client deploy and see a message indicating that the plugin has not been found. I'm using Node v6.11.2 and Serverless v1.20.2. Any help would be very much appreciated!
I've installed serverless-client-s3 as per the readme with
npm i --save serverless-client-s3and listed it under my plugins in serverless.yml. I runsls client deployand see a message indicating that the plugin has not been found. I'm using Node v6.11.2 and Serverless v1.20.2. Any help would be very much appreciated!