Installing Node without Sudo - Ubuntu 14.04 LTS
Wednesday, April 8, 2015
If you’re unlike me and really don’t care about superuser permissions or having the most up-to-date releases, you can just do the regular old naive thing and use the package manager…
sudo apt-get update && sudo apt-get install nodejs However since you’re here, I’m betting this doesn’t jive with you.
The idea of having to give checked out source code from the npm repository super user access makes me quite uncomfortable.…