You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing, as unnecessary. The ivy.xml file isn't required, Ivy uses a standard naming pattern to locate the files if the ivy.xml file 404s. However, our plugin was failing due to the connection closing while attempting to download the ivy.xml and it stopped immediately. A red herring.
The ivy.xml files on nodejs.org for all versions respond with a 404 error.
Anything that uses Ivy to automatically resolve the correct standalone version of Node.js from your dist directory will fail.
For example the Gradle Node Plugin uses Ivy to download the specified version for the correct OS and architecture.
Specifically, https://nodejs.org/dist is the default distBaseUrl which is used as an Ivy repository.
The text was updated successfully, but these errors were encountered: