-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
I installed the plugin alongside my global serverless install. I get an error because serverless modules are not found:
$ sls deploy -s dev-ahawkins -r ap-southeast-1
Serverless Error ---------------------------------------
Serverless plugin "serverless-aws-nested-stacks" initialization errored: Cannot find module 'serverless/lib/plugins/aws/lib/setBucketName'
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information -----------------------------
OS: darwin
Node Version: 8.10.0
Serverless Version: 1.32.0
I run npm install serverless --save-dev to fix the problem. serverless should be listed as a dependency in package.json to fix this problem.