Daniel Malon

Results 4 comments of Daniel Malon

no need to parse `nvm list` if you can reach out to `https://nodejs.org/dist/index.json` clean it with semver and then use the `semver.maxSatisfying` function against that list. ``` function getNodeDistVersions() {...

This PR introduces some errors because of typos in the code: https://github.com/MerlinDMC/Modelines/commit/b858efae93f160aa97145e0df82eade5188645b1#diff-59bf0efa5b9225902b4ded2288b9b7a9 https://github.com/MerlinDMC/Modelines/commit/fbac0c32d23a06ff8b20e1c853a59d68ce2451c8#diff-59bf0efa5b9225902b4ded2288b9b7a9

@kaithar You can fetch from the fork if you want it: https://github.com/MerlinDMC/Modelines

As @danielabel said we don't have yarn anymore. But I know Kibana is using it so I gave that a go with somewhat amazing results. ``` $ node_modules/.bin/check-audit --yarn WARNING:...