Emanuele Paolini

Results 4 comments of Emanuele Paolini

See https://forum.serverless.com/t/serverless-plugin-not-found-even-though-it-is-installed-and-listed/2487/10 > Looks like there was a compatibility issue with pre-1.0 versions of the Framework and 1.0+ versions. That was fixed in a PR, but a new release wasn’t...

With the same indentation I get this error: ` Serverless plugin "serverless-client-s3" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file. `...

my package.json ``` { "name": "notes", "version": "0.0.1", "description": "notes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "[email protected]", "license": "ISC", "devDependencies": {...

Ok, this is actually issue #53. So the problem with the yml file should be solved by removing a space before `custom:` in README.md