-
Notifications
You must be signed in to change notification settings - Fork 644
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
Error: Cannot find module 'combined-stream #994
Comments
If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.@juztinlazaro Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
@amuramoto any thoughts? |
When are you seeing this crash? Is it on start up? npm install? Sometime during runtime when the code above is called? I'm not seeing a similar crash when our test or build steps run. Have you tried wiping node_modules and reinstalling? |
@amuramoto yes in startup, FYI im using nodeJS and we deployed it in AWS lambda, already wiping node_modules and reinstalling the packages. |
Is this issue still occuring in the latest version? The |
Error: Cannot find module 'combined-stream'\nRequire stack:\n- /var/task/node_modules/@googlemaps/google-maps-services-js/node_modules/form-data/lib/form_data.js
Please be sure to include as much information as possible:
Environment details
3333
Code example
seems like form-data trying to find
combined-stream
Following these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: