Error while trying to run project by executing ./gradlew :server:run:
Could not determine the dependencies of task ':kotlinNodeJsSetup'.
> Could not resolve all files for configuration ':detachedConfiguration2'.
> Could not find org.nodejs:node:14.17.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/nodejs/node/14.17.0/node-14.17.0.pom
- https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/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 :
Error while trying to run project by executing
./gradlew :server:run
:Could not find node-v14.17.0-darwin-arm64.tar.gz at node v14.17.0, But support of
darwin-arm64
can be found at other node versions like v16.17.0. So, How can I change the dependency version of node?