Closed davetownsend closed 7 years ago
Thanks for the report @davetownsend, We didn't have tests covering that use case, but now we do! https://github.com/iopipe/serverless-plugin-iopipe/pull/35 should hopefully resolve it when merged. I anticipate a release to npm very soon.
My project has multiple
serverless.yml
files (services) with apackage.json
in the root.sls deploy
fails withENOENT: no such file or directory
because it can't find thepackage.json
file.I've set the following trying to bypass but not helping:
Any way to specify
package.json
location or get around the error?