tessel / t2-start

Tessel 2 start docs! Open for contributions.
http://tessel.io/start
35 stars 31 forks source link

Thoughts on nvm? #115

Closed wyze closed 8 years ago

wyze commented 8 years ago

nvm is a nice tool used to setup and manage Node versions. It doesn't cause permission issues when installing as Homebrew might. It has same instructions for OSX/Linux.

Thoughts on making it the recommended way to install Node on OSX/Linux? If not recommended, what about mentioning it as an alternate?

reconbot commented 8 years ago

I'd recommend it for anyone who might be using more than one version, but I've always had people install 4x directly during workshops as it's more strait forward.

On Wed, Apr 20, 2016 at 10:13 PM, Neil Kistner notifications@github.com wrote:

nvm https://github.com/creationix/nvm/ is a nice tool used to setup and manage Node versions. It doesn't cause permission issues when installing as Homebrew might. It has same instructions for OSX/Linux.

Thoughts on making it the recommended way to install Node on OSX/Linux? If not recommended, what about mentioning it as an alternate?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/tessel/t2-start/issues/115

Francis Gulotta Director of Web Connected Devices Mobile: 917-805-3079

LinusU commented 8 years ago

There was another thread discussing this, on mobile now so can't link though...

I personally feel that it just complicates things for our end users, and as far as I know you'll still have the permissions problem with nvm as well? The easy fix for the permissions problem is to never use sudo in front of npm...

wyze commented 8 years ago

Oops, I should have searched first! Looks like #55 is still open for discussion. So I will close this in favor of that one.