mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
This fixes a bug where things would fail with an error like:
{ [Error: ENOENT: no such file or directory, lstat '.../aws_modules/awsm-cloudfront']
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '.../aws_modules/awsm-cloudfront' }
When the npm package name is different from the awsm package name.