What's the best way to install Node to allow packages the permissions they need to install, and to avoid having to sudo every package install?
It seems like very install process I use results in having to sudo install whatevs which is a security anti-pattern. How can I install sanely on my development machine?
What's the best way to install Node to allow packages the permissions they need to install, and to avoid having to
sudoevery package install?It seems like very install process I use results in having to
sudo install whatevswhich is a security anti-pattern. How can I install sanely on my development machine?