Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unspecified serverless dependency #8

Closed
ahawkins opened this issue Nov 6, 2018 · 2 comments
Closed

Unspecified serverless dependency #8

ahawkins opened this issue Nov 6, 2018 · 2 comments
Assignees
Labels

Comments

@ahawkins
Copy link

ahawkins commented Nov 6, 2018

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.

@concon121
Copy link
Owner

This dependency will be removed in the upcoming release.

@concon121 concon121 self-assigned this Nov 7, 2018
@concon121 concon121 added the bug label Nov 7, 2018
@concon121
Copy link
Owner

Dependency removed as of version 0.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants