srphillips / asdf-nodejs

Node.js plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
0 stars 0 forks source link

Use official nodejs.org site rather than semver.io #1

Open srphillips opened 5 years ago

srphillips commented 5 years ago

Semver.io seems to strip lots of useful data such as releases marked for LTS. Suggest switching the list-all function change to get it's data from https://nodejs.org/dist instead. This would also allow for using the "latest" or "lts" tags for version installation.

srphillips commented 5 years ago

Semver.io also seems to "fail silently" if a version cannot be found when using their "/resolve" endpoint, opting to instead simply return the latest "stable" version number.