Is there a known issue with gradle not finding node? I get
Could not find org.nodejs:node:12.14.0
with kotlin eap and `Could not find org.nodejsnode10.15.3.`with the stable release
i
Ilya Goncharov [JB]
02/27/2020, 12:23 PM
It can be because nodejs distributions can be absent in official dist
For 12.14.0 - https://nodejs.org/dist/v12.14.0/
You can install nodejs locally and turn off downloading of nodejs
u
uliluckas
02/27/2020, 11:40 PM
thx
u
uli
02/28/2020, 7:14 PM
Do you have any hint at how to do that with the current kotlin-js or mpp plugin?
My google foo seems not sufficient for that 🙂
uli
02/29/2020, 9:25 AM
I mean how to turn off downloading. I know how to install node locally.