serverless-crypt icon indicating copy to clipboard operation
serverless-crypt copied to clipboard

Getting error when i include this plugin

Open rorlig opened this issue 8 years ago • 2 comments

When i include this plugin in my serverless.yml file, I get the following error.

 Cannot find module 'serverless/lib/plugins/aws/lib/validate'

rorlig avatar Dec 09 '16 05:12 rorlig

You need to install serverless locally to make this work

npm install serverless --save

Not the best option, but it works for now.

marckaraujo avatar Dec 15 '16 23:12 marckaraujo

Bump!

scotty-p avatar May 01 '17 00:05 scotty-p