|
|
|
|
|
by hungerstrike
2964 days ago
|
|
That's why I use Windows. It's got better file and window management than Mac, more software, more hardware and more hooks to let me do what I want. Not only that - it's way, way easier to setup my dev tools for things like Node.js, Python and Golang... I just run a couple of graphical installers and I'm done. On my Macs, I have to look up the secret incantations every time and do all sorts of configuration to make the Macintosh OS even usable. |
|
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".