hokaccha / nodebrew

Node.js version manager
MIT License
1.06k stars 66 forks source link

Binary installation should be default? #55

Closed 1000ch closed 6 years ago

1000ch commented 8 years ago

Just IMHO.

I guess people use install-binary more frequently than install. So binary installation should be easier, isn't it? (Anyway I often use installation from source.)

Such as...

$ nodebrew install v4.4.1 # to download compiled binary
$ nodebrew install --source v4.4.1 # to compile from source code

Yes, I know this will be breaking change...but nodebrew is still early version v0.x.

ksato9700 commented 8 years ago

:+1:

matthewadams commented 8 years ago

👍

chuanxd commented 7 years ago

It is a good suggestion.

sholladay commented 6 years ago

In the meantime, you can do something like this in your bash startup files.

alias nbrew='nodebrew install-binary'

Then install with:

$ nbrew stable
gfx commented 6 years ago

+1

@hokaccha what do you think of it?