Won't install node versions less than 7
Opened this issue · 0 comments
marcgr commented
Looks like the pattern in the node distributions endpoints shifted at 7. Could you add support for pre-7 versions?
Example of v.6.0.0
https://nodejs.org/dist/v6.0.0/
Example of v7.0.0
https://nodejs.org/dist/v7.0.0/
Looks like the code is looking for the arch type in the path. Pre 7 doesn't include the win-x64 or win-x32 with .zip.