Franco
11/30/2021, 9:36 PMCould not determine the dependencies of task ':kotlinNodeJsSetup'.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
> Could not resolve all files for configuration ':detachedConfiguration3'.
> Could not resolve org.nodejs:node:14.17.0.
Required by:
project :
> Could not resolve org.nodejs:node:14.17.0.
> Could not get resource '<https://kotlin.bintray.com/kotlinx/org/nodejs/node/14.17.0/node-14.17.0.pom>'.
> Could not GET '<https://kotlin.bintray.com/kotlinx/org/nodejs/node/14.17.0/node-14.17.0.pom>'. Received status code 502 from server: Bad Gateway
Anyone know what's happening?Franco
11/30/2021, 9:38 PMmbonnin
11/30/2021, 9:38 PMmbonnin
11/30/2021, 9:39 PMmbonnin
11/30/2021, 9:39 PMFranco
11/30/2021, 9:43 PMFranco
11/30/2021, 9:44 PMFranco
11/30/2021, 9:45 PMmbonnin
11/30/2021, 9:53 PMFranco
11/30/2021, 9:54 PMmbonnin
11/30/2021, 9:59 PMmbonnin
11/30/2021, 9:59 PMmbonnin
11/30/2021, 10:17 PMI might have mislead you actually. https://github.com/Kotlin/kotlinx-nodejs/issues/16 is fororg.nodejs:node
org.jetbrains.kotlinx:kotlinx-nodejs
actually so maybe it's something elsembonnin
11/30/2021, 10:23 PMkotlinNodeJsSetup
and this works wellmbonnin
11/30/2021, 10:23 PMmbonnin
11/30/2021, 10:29 PMkotlinNodeJsSetup
seems to be downloading from nodejs.org directly (not from bintray)
Downloading https://nodejs.org/dist/v14.17.0/node-v14.17.0-darwin-x64.tar.gz to /Users/mbonnin/.gradle/.tmp/gradle_download2935121759895982965bin
Franco
11/30/2021, 10:59 PMFranco
11/30/2021, 11:04 PMFranco
11/30/2021, 11:23 PMFranco
12/01/2021, 2:11 AMFranco
12/01/2021, 2:44 AMmaven("<https://kotlin.bintray.com/kotlinx/>")
from the repositories
clause on build.gradle.kts