Kotlin / full-stack-web-jetbrains-night-sample

Full-stack demo application written with Kotlin MPP
274 stars 55 forks source link

How to change dependency version of node? #14

Open tangcent opened 2 years ago

tangcent commented 2 years ago

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 :

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?