Jaqueline Steffenon
01/06/2023, 5:23 PMCould not determine the dependencies of task ':kotlinNodeJsSetup'.
Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not find org.nodejs:node:14.17.0.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/org/nodejs/node/14.17.0/node-14.17.0.pom>
- <https://repo.maven.apache.org/maven2/org/nodejs/node/14.17.0/node-14.17.0.pom>
- <https://maven.pkg.jetbrains.space/public/p/compose/dev/org/nodejs/node/14.17.0/node-14.17.0.pom>
- <https://nodejs.org/dist/v14.17.0/node-v14.17.0-darwin-arm64.tar.gz>
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
ian.shaun.thomas
01/06/2023, 5:39 PMian.shaun.thomas
01/06/2023, 5:43 PMAdam S
01/06/2023, 6:02 PMrepositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
in settings.gradle.kts
?
https://youtrack.jetbrains.com/issue/KT-51379Alexander.Likhachev
01/07/2023, 1:40 AM