This now uses @pkgjs/nv with my proposed patches applied (https://github.com/pkgjs/nv/pull/4, https://github.com/pkgjs/nv/pull/5) in front of nvm respectively nvm-windows to achieve better compatibility. As such, this should work on Linux, Windows and MacOS now, understand lts/* and node aliases, and work with mirrors like that of node-v8.
Note that there are no node-v8 builds for MacOS (hence CI is currently trying to build that, wondering if it will succeed) and the most compatible version string for latest node-v8 is all.
This now uses @pkgjs/nv with my proposed patches applied (https://github.com/pkgjs/nv/pull/4, https://github.com/pkgjs/nv/pull/5) in front of nvm respectively nvm-windows to achieve better compatibility. As such, this should work on Linux, Windows and MacOS now, understand
lts/*
andnode
aliases, and work with mirrors like that of node-v8.Note that there are no node-v8 builds for MacOS (hence CI is currently trying to build that, wondering if it will succeed) and the most compatible version string for latest node-v8 is
all
.