javascript - Should I build Node.js from source or download the OS X installer? -


i'd install node.js on os x.

you can build source cloning github repo, or can download installer.

for who've done node.js development on os x, tradeoffs , option recommend?

i suggest not using installer, or installing via homebrew, instead use nvm install whatever version of node need. way able fluidly develop in whatever version of node choose, without having worry headache of conflicting global packages or $path cruft.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -