-
Notifications
You must be signed in to change notification settings - Fork 77
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
TypeError: Cannot convert undefined or null to object #186
Comments
Could you share the stack trace? It is not clear which step is failing. It is possible that there is an issue with the import since you are not using relative paths |
Stacktrace:
It seems that, because the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi suhas,
Is it possible to refactor some of the query building logic into modules? I want to separate parts of the process into nodejs modules. but when I do this I get the title error.
I posted the full question here
Perhaps it's not possible?
Like this:
Thank you for your time and work.
The text was updated successfully, but these errors were encountered: