-
Notifications
You must be signed in to change notification settings - Fork 54
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
module.require is not a function #83
Comments
I got same error. But I can't say it's just runtime problem with confidence, because executing the result of |
Still a problem even with matching runtime versions, it plays badly with some modules. In my case it was [email protected], reported the issue to them but turns out it was this plugin. This is worth looking into. EDIT: Investigating a bit, I found that Browserify doesn't expose module.require. Authors seem to think this opens hacky overrides and won't merge this PR that was open in 2013: browserify/browser-pack#19 |
Have the same issue with [email protected] the package is huge w/o serverless-plugin-optimize |
Hi, any news on this? Anyone got it working at some point? Am getting |
Without the plugin, the deployed functions work well.
However, after enabling the plugin, although it's significantly smaller, invoking the API yields the error
module.require is not a function
, yielding 5xx HTTP status code.I'm using
serverless 4.1.0-rc.1
Any ideas?
The text was updated successfully, but these errors were encountered: