srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
867 stars 210 forks source link

Cannot download node version #360

Closed hukacode closed 4 years ago

hukacode commented 4 years ago

Hello,

I ran a gradle build then got this error:

Could not find org.nodejs:node:13.3.0. Searched in the following locations:

I try to access this link: https://nodejs.org/dist/v13.3.0/ Then I realized that there is no ivy.xml file.

Does anybody find the way to fix it?

Best regards, Huka

deepy commented 4 years ago

See https://github.com/srs/gradle-node-plugin/issues/292#issuecomment-562828714

This is the same issue as #292

hukacode commented 4 years ago

Hi @deepy

Thanks for you help.

Regards, Huka