You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: