You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this package in a serverless project with serverless-esbuild plugin. When I add require.resolve("./child) I get the following error message: Error: Cannot find module './child/index'
Is there any way I can import the module and pass it as a parameter instead of the path?
Or there is any other suggestions on how to procced?
The text was updated successfully, but these errors were encountered:
I'm trying to use this package in a serverless project with serverless-esbuild plugin. When I add require.resolve("./child) I get the following error message: Error: Cannot find module './child/index'
Is there any way I can import the module and pass it as a parameter instead of the path?
Or there is any other suggestions on how to procced?
The text was updated successfully, but these errors were encountered: