| > Node.js I'm not sure where your downloading your software, as there is (and has been for at least the last 4 years) a graphical installer on the downloads page for osx: https://nodejs.org/en/download/ Maybe I just haven't paid enough attention when doing this, but nearly every repository of every package for node has the default instructions for *nix command line. One of my most used packages is `n`, and the first line after the description is "Unfortunately n is not supported on Windows yet" It's main alternative, `nvm` also has: "Note: nvm does not support Windows" and suggests an alternative specifically named `nvm-windows`. When you have to specify the operating system in the name, it's typically the "off-brand". |
Why is that? What do you do instead?