node-gradle / node-gradle/gradle-node-plugin
unable to download a latest-v.x version
Open
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 677
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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