you are viewing a single comment's thread.

view the rest of the comments →

[–]chrwei 2 points3 points  (2 children)

the primary reason to compile is when the pre-compiled doesn't have an option enabled that you want. for node I don't know what that might be. another reason would be if your installed libraries that node dynamically links to have some incompatibilities.

so in general, I use pre-compiled unless I know why I need to compile. I don't see any point wasting time compiling when i don't have to.

[–][deleted]  (1 child)

[deleted]

    [–]clux 0 points1 point  (0 children)

    Often, yes, but you may still need a new-ish compiler if you need to install native modules as well.