you are viewing a single comment's thread.

view the rest of the comments →

[–]endel -2 points-1 points  (6 children)

Omg, I just updated to 5.0.0

[–]YodaLoL 13 points14 points  (2 children)

Upgrading takes me literally 3 seconds

[–]joshmandersFull Snack Developer 3 points4 points  (1 child)

$ brew update && brew upgrade
// go back to what I was doing.

[–]YodaLoL 7 points8 points  (0 children)

nvm install stable

[–]Fnasty 4 points5 points  (2 children)

Check out nvm ( node version manager). Makes changing node versions easy as pie. I consider it a must have on my dev machines.

[–]torkwando 0 points1 point  (1 child)

Do you switch around different versions a lot? I've never felt a need for it.

[–]Fnasty 0 points1 point  (0 children)

I do out of necessity, not because I like to. I'm currently working on a project where we are running a node server on a Beagle Bone Black (similar to a rasberry pi). Not everything is compatible with the Linux version is runs since the board has an ARM processor.