-
Notifications
You must be signed in to change notification settings - Fork 417
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
Runtime.ImportModuleError: Error: Cannot find module '@babel/runtime-corejs3/core-js-stable/json/stringify' #1650
Comments
Well, what can we do? Also, we might need to see some source code to understand the problem. |
Hi @j0k3r just update the details thanks, hopefully it add more info thanks |
for some reason i need to forceInclude the dependencies
|
What's your full webpack configuration from serverless.yml? |
Hi @j0k3r
|
Hi im having an error, lodash can't find
serverless deploy
success but when i hit the api endpoint im having an issue in handleraws lambda code
for some reason, in aws lambda it adds
Runtime.ImportModuleError: Error: Cannot find module '@babel/runtime-corejs3/core-js-stable/json/stringify'
Additional Data
//webpack.config
//handler
//function
"serverless-webpack": "5.3.0",
"webpack": "5.81.0",
"serverless": "3.36.0",
The text was updated successfully, but these errors were encountered: