fnm
fnm copied to clipboard
Can't install Node.js v0.12.18 on Windows
$ fnm install 0.12.18
Installing Node v0.12.18 (x64)
error: Can't download the requested binary: v0.12.18 for x64 not found upstream.
You can `fnm ls-remote` to see available versions or try a different `--arch`.
I think Node.js only provide node-v{version}-win-{arch}.zip from v4.5.0, install v4.4.7 emits the same error
$ fnm install 4.4.7
Installing Node v4.4.7 (x64)
error: Can't download the requested binary: v4.4.7 for x64 not found upstream.
You can `fnm ls-remote` to see available versions or try a different `--arch`.