Robert Munro
01/10/2022, 7:04 PMCould not determine the dependencies of task ':kotlinNodeJsSetup'.
> Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not download node-14.17.0-darwin-x64.tar.gz (org.nodejs:node:14.17.0): No cached version available for offline mode
Possible solution:
- Disable offline mode and rerun the build
found this bug which looks similar. I am on kotlin 1.5.31 - is the only sloution to upgrade to kotlin 1.6? maybe it not a problem but just might be some work.
https://youtrack.jetbrains.com/issue/KT-49109turansky
01/10/2022, 7:27 PMPossible solution:
- Disable offline mode and rerun the build
Robert Munro
01/10/2022, 7:36 PMRobert Munro
01/10/2022, 7:36 PMRobert Munro
01/10/2022, 7:37 PMRobert Munro
01/10/2022, 7:40 PMCould 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
Robert Munro
01/10/2022, 7:41 PMhfhbd
01/10/2022, 7:41 PMhfhbd
01/10/2022, 7:43 PMRobert Munro
01/10/2022, 7:45 PMhfhbd
01/10/2022, 7:57 PMrootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> {
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeDownloadBaseUrl =
}
Robert Munro
01/10/2022, 9:53 PMjcenter()
it out of the root build,gradle. is there a guide to updating a project somewhere - i guess this must happen for everyone at the moment?
lateest error is :
Could not GET '<https://kotlin.bintray.com/kotlinx/com/yarnpkg/yarn/1.22.10/yarn-1.22.10.pom>'. Received status code 502 from server: Bad Gateway
hfhbd
01/10/2022, 10:22 PMRobert Munro
01/11/2022, 10:40 AM1.6.10
as above but i am still getting this error.Robert Munro
01/11/2022, 10:42 AMRobert Munro
01/11/2022, 10:43 AMCould 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
Disable Gradle 'offline mode' and sync project
Robert Munro
01/11/2022, 10:43 AMCould not GET '<https://kotlin.bintray.com/kotlinx/com/yarnpkg/yarn/1.22.10/yarn-1.22.10.pom>'. Received status code 502 from server: Bad Gateway
Disable Gradle 'offline mode' and sync project
Robert Munro
01/11/2022, 10:46 AMmavenCentral()
?turansky
01/11/2022, 11:30 AMi guess all these packages have now moved toYes?mavenCentral()
Robert Munro
01/11/2022, 2:09 PM