You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't use make install then, it's really for putting a whole node+npm+headers combo in and if you only want the binary just manually mv it, it's in out/Release/node
Can we accept another argument with
make install
?It would help when we have a default global(system?) installation of
node
, and we want to build from source and install globally along with that.The argument would help us do something like:
If the argument is not provided, default to
node
The text was updated successfully, but these errors were encountered: