-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Error installing dependencies in Node 20.x #741
Comments
@cristianrgreco Looking deep into the problem, I resolve the issue locally updating "devDependencies": {
"@types/couchbase": "^2.4.9",
- "couchbase": "3.2.7"
+ "couchbase": "4.3.0"
} This change resolve the installation issue but, I don't know if with the recent problems we have had with the Couchbase module, having to exclude it from the pipeline #738, we should now upgrade its dependency to a larger one, which would perhaps cause us to encounter some other problems. |
@javierlopezdeancos sounds good to me. Maybe the newer version doesn't cause a pipeline issue |
@christopherjwang yes it is, I was checking it and is causing the issue too. My deep investigation is that, I don't know why, the node-fetch library that we are using, when we change to Node 20.x experiment problems in one couchbase call
An interesting point here is, if you set a breakpoint before this call and doing the call via curl, the results is ....ok
So, a couple of questions to investigate here
But let me create a pr to update the Couchbase dependency to resolve this issue |
Expected Behaviour
Complete a
npm install
with success to Node LTS 20.x versionActual Behaviour
Testcontainer Logs
No apply
Steps to Reproduce
npm install
Environment Information
The text was updated successfully, but these errors were encountered: