-
Notifications
You must be signed in to change notification settings - Fork 209
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
Can't download any node distribution from nodejs.org (plugin v.0.13) #127
Comments
Hi. Replicated your setup on a new machine (docker instance) and it does not fail. Are you sure |
I see that you get an Just did a quick google search on it and this came up: https://developer.ibm.com/answers/questions/206325/how-to-fix-this-ssl-error-javaxnetsslsslkeyexcepti.html |
When plugin try to resolve We tried to add a certificate nodejs.org a jvm. Without results. |
Same problem here.
If you open https://nodejs.org/dist/v10.15.0/ you can actually see that there is no node.module or ivy.xml. I have no idea what is going on SETUP (in Kotlin):
It is working on another project on same machine, at least until last Christmas. |
It seems like the distbaseUrl is not setup correctly because it adds
Results in Error:
|
I have started getting this issue, any progress on tracking the issue? |
There seems to be no problem on a single project, but for me a sub project in a multi-project build always fails to download, For anyone else landing here, I solved this by simple not using the mooworks node plugin anymore. My build uses the kotlin plugin anyhow, which as for version 1.3.41 is able to download a nodejs/yarn/etc. I just use that instead, in the sub project,
|
During build can not resolve any node.js distribution from
https://nodejs.org/dist
.NOTE: It worked couple months and failed on new machine without node cached in gradle .
Reproduced by change node version.
plugin version: 0.13,
gradle version: 2.14
The text was updated successfully, but these errors were encountered: