node-gradle / node-gradle/gradle-node-plugin

unable to download a latest-v.x version

Open
#184 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Groovy
Stars
677
Forks
120
PR merge metrics
No merged PRs in 30d

Description

https://nodejs.org/dist/

node {
  download.set(true)
  version.set("latest-v14.x")
}
Could not determine the dependencies of task ':nodeSetup'.
> Failed to query the value of task ':nodeSetup' property 'nodeArchiveFile'.
   > Could not resolve all files for configuration ':detachedConfiguration1'.
      > Could not find org.nodejs:node:latest-v14.x.
        Searched in the following locations:
          - https://nodejs.org/dist/vlatest-v14.x/node-vlatest-v14.x-linux-x64.tar.gz
        Required by:
            project :

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the node configuration shown in the issue and reproduce the failure for version "latest-v14.x" using the displayed Node.js distribution URL. Trace how that version reaches the requested archive path; done means the configuration resolves the intended Node.js release instead of searching for a literal "vlatest-v14.x" archive.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin, nodejs
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.