You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several coworkers have downloaded the default Node.js install from nodejs.org, and can't install packages globally without using sudo. They're running Mac OS X.
We've been solving this by either: (1) chowning directories left and right; or (2) nuking their existing installation and telling them to use homebrew.
Several coworkers have downloaded the default Node.js install from nodejs.org, and can't install packages globally without using
sudo. They're running Mac OS X.We've been solving this by either: (1) chowning directories left and right; or (2) nuking their existing installation and telling them to use homebrew.
Is this intended behavior?