https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

Jim

09/28/2021, 6:15 PM
I’m re-phrasing my previous question in a new question since I thought I had a solution but didn’t. It looks like
kotlinNodeJsSetup
is using https://nodejs.org/dist, is there a way I can prevent it from using that url and instead use an internal repository?
h

hfhbd

09/29/2021, 10:11 AM
Nope, but you can install it locally before executing Gradle. https://kotlinlang.slack.com/archives/C0B8L3U69/p1560947448099900
j

Jim

09/30/2021, 7:16 PM
Ok so if it (node) exists the gradle target won't try to download it?
h

hfhbd

09/30/2021, 10:09 PM
yes
j

Jim

10/07/2021, 11:01 PM
Ok, I definitely have the same version of node on my path as is specified in NodeJsRootExtension.nodeVersion, and it still tries to download it
4 Views