-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
meteor js integration #548
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
Comments
Hey @stevenbarragan I really don't have any experience with meteorjs. Does it use its own module system or something? The only code you referenced above I directly control is the first reference to As far as the other modules you might want to open issues on pg-pass and generic-pool about their meteorjs compatibility. I'll happily bump my version to reference a compatible version of their module once they get them released. |
As far as I know meteor loads all javascript files in the project, it could be why it's loading that file that you said it's not longer used. Could you please remove it? if you want it I could do a PR with that. I'll try to open issues on the other modules as you say. Thank you!! |
I removed the file. I suggest we close the issue now and @stevenbarragan creates a pull request once the the other modules are ready. |
@stevenbarragan already closed the issue for my module, so I guess we can close this one too ... |
Ok. I'm closing this one too. |
I'm trying to integrate node-postgress to my meteor application but I'm getting some errors, when I try to run the app.
First errors
File
I delete the extra "var" and it works
Then:
file:
and I did this:
then:
file:
I change it to:
But I'm still getting this errors....
file:
I guess they are because of the way the file are being loaded, but I'm not sure.
Does somebody has any idea about what could I do?
I'll really appreciate it.
The text was updated successfully, but these errors were encountered: