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
Post a Comment