Error: Expected depsLockFilePath: /home/me/myproject/package-lock.json to be under projectRoot: /home/me/myproject/node_modules/ses-smtp-credentials-cdk/provider (../../../package-lock.json)
That is, it is hunting for the package-lock up the tree and finding it in my main project, not the one in ./provider for this dependency.
I think this is a fix akin to https://github.com/aws/aws-cdk/issues/12115#issuecomment-746969934.
I had been hitting errors like:
That is, it is hunting for the package-lock up the tree and finding it in my main project, not the one in
./provider
for this dependency.