Skip to content
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

throws an error when some of the modules are included in the packaging process #66

Open
riccardo97p opened this issue May 6, 2021 · 0 comments

Comments

@riccardo97p
Copy link

I have several stacks deployed individually, each one developed as a different service, but some of the common logic is included in a common directory that is included with package.include.

For this reason the process fails with:

  • " Cannot find module '../commonUtils/utils' "
    since the real path is '../../commonUtils/utils'

But since the packaging is a process carried out by serverless it should be considered this scenario

@riccardo97p riccardo97p changed the title throws an error when some of the modules are imported in the packaging process throws an error when some of the modules are included in the packaging process May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant