dougmoscrop / serverless-plugin-include-dependencies

MIT License
184 stars 40 forks source link

issue with the installing serverless-plugin #19

Closed clock21am closed 5 years ago

clock21am commented 6 years ago

the commands that are being mentioned in your readme are not installing the serverless plugin. that will only install the npm package. In short, that will add a node devDependency of the nodejs module. please add this line sls plugin install --name (your-package-name)

dougmoscrop commented 6 years ago

I'll try to get around to this, but would welcome a PR too if you have the time.

dougmoscrop commented 5 years ago

The README includes adding it to serverless.yml: https://github.com/dougmoscrop/serverless-plugin-include-dependencies/blame/master/README.md#L33