Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

How to change dependency version of node? #14

Open
tangcent opened this issue Nov 27, 2022 · 0 comments
Open

How to change dependency version of node? #14

tangcent opened this issue Nov 27, 2022 · 0 comments

Comments

@tangcent
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant