-
Notifications
You must be signed in to change notification settings - Fork 8
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
yarp.js does not build with Node.js version ≥ 12.22.1 #19
Comments
Perhaps @Nicogene @vtikha @GiuliaDAngelo @randaz81 that used yarp.js in the last years may remember which version of node.js they used? |
Hi @traversaro, actually any version after 4.2.2 should be fine. Let me know :) |
Thanks @GiuliaDAngelo ! |
Thanks @GiuliaDAngelo . Actually, I had already tested with node version v4.9.1 and it works. The thing is that version is really old (3 years). Latest version is 16.3.0. yarp.js build fails with Node.js 16.3.0, 14.17.0, 12.22.1 . I added the build output in my initial description. A new symbol Could you tell me which was the latest Node.js version you guys tested with yarp.js? |
I've edited the issue title to be more clear. |
Dug a bit more to see when the
The change was introduced in commit nodejs/node@39d9221. The latest Dubnium LTS release v10.24.1 does not use So the latest Node.js version yarp.js ican build against is v10.24.1. Just checked that it builds ok. |
Some background on
|
Hi @nunoguedelha, I'm sorry I can't help you more than that with this problem. |
Ah indeed, it's far 😄 . Thanks anyway. |
Actually the build with Node.js v10.24.1 is also failing. Refer to attached log. It was previously building because of left-over files in So right now we are sure it works with Node.js 4.2.2. |
Socket.io required Node.js versionThe With this configuration, yarp.js build and installation are successful. Quick Recap for Successful Install so far
|
Considering:
upgrading the |
Great! |
I think it's better to just consider here as the conclusion of this issue and open a new one for addressing #19 (comment). |
Opened #28 for the upgrade. We can close this one. |
yarp.js
does not build with Node.js versions:But builds with Node.js version v4.9.1.
Steps for reproducing the issue
master
, commit 56df066.Yarp.js build failed with error:
Works with...
So the maximum Node.js supporting yarp.js is somewhere in between. We need support for knowing what is the latest LTS version supporting the current
yarp.js
.The text was updated successfully, but these errors were encountered: