isotoma / ses-smtp-credentials-cdk

Generate SMTPCredentials for sending mail via SES
Apache License 2.0
7 stars 2 forks source link

Fix for depsLockFilePath #19

Closed plumdog closed 2 years ago

plumdog commented 2 years ago

I think this is a fix akin to https://github.com/aws/aws-cdk/issues/12115#issuecomment-746969934.

I had been hitting errors like:

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.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication