-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency elasticsearch #22
Comments
Yea when trying to run webpack to bundle this up I'm getting an error |
npm install elasticsearch --save |
It may be good to add |
Has anyone found a fix for this? We are currently experiencing this problem when we run the Lambda in AWS, but it works fine locally. Versions we are using are;
This is killing the usability of this module entirely. |
I had this issue, as I was 'inadvertently' ignoring **/package.json files (d'oh!), in my gulpfile. Does your zipped file contain a FYI - I believe lambda defaults to index.js, if it doesn't find a package.json |
Just following the tutorial I got this error
The text was updated successfully, but these errors were encountered: