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

Module working with 12.13.1 but not working with the latest Node version 14.15.0 LTS #37

Open
pvijender opened this issue Oct 29, 2020 · 6 comments

Comments

@pvijender
Copy link

pvijender commented Oct 29, 2020

Hi there,

This node module is working fine with 12.13.1 but on 14.15.0 LTS it isnt responding.

For users who are on the current version of the Node JS this could be an issue as there is no error message which is displayed.

@pvijender pvijender changed the title Module not working with Node version 14.15.0 LTS Module working with 12.13.0 but not working with the latest Node version 14.15.0 LTS Oct 29, 2020
@pvijender pvijender changed the title Module working with 12.13.0 but not working with the latest Node version 14.15.0 LTS Module working with 12.13.1 but not working with the latest Node version 14.15.0 LTS Oct 29, 2020
@JoseAReinoso
Copy link

Hello Everyone!!, Do we have an update on this issue ?

@jkao
Copy link

jkao commented Jan 25, 2021

I have a PR that works with Node 14:

#38

Issue is the pg module:

brianc/node-postgres#2180

@arnaudbesnier
Copy link

If you are using yarn, a resolution defined in your package.json is a good workaround:

"resolutions": {
   "pg": "8.5.1"
}

It fixed the issue on our project.

@Romstar
Copy link

Romstar commented Apr 27, 2021

If you are using yarn, a resolution defined in your package.json is a good workaround:

"resolutions": {
   "pg": "8.5.1"
}

It fixed the issue on our project.

this did not work for me.

@mschersten
Copy link

I just discovered this issue after a few days of trying to make a new lambda function work. Couldn't figure out why old functions worked and this new one didn't, copied line by line trying to get something to come out. Really confusing because there's just no error message at all.

While waiting for a fix, would it be possible to just add a note in the documentation explaining the issue?

@noman55
Copy link

noman55 commented Nov 18, 2022

Use this package https://www.npmjs.com/package/node-redshift-connector it solves the above connectivity issue

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

7 participants