Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

research why npm needs sudo #121

Open
mrpollo opened this issue Oct 10, 2014 · 1 comment
Open

research why npm needs sudo #121

mrpollo opened this issue Oct 10, 2014 · 1 comment

Comments

@mrpollo
Copy link
Member

mrpollo commented Oct 10, 2014

#117 had problems running npm w/o sudo

@tcr3dr
Copy link

tcr3dr commented Jun 2, 2015

Sudo should never be required with npm—usually this is a misconfiguration caused by not giving permissions to /usr/local on OS X or Linux, or not using a local folder like ~/.npm. If sudo npm is run, this causes the EACCESS error seen in #117 for what should be a local folder: its contents were mistakenly written to as root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants